findfi64.c

来自「C标准库源代码」· C语言 代码 · 共 14 行

C
14
字号
/***
*findfi64.c - C find file functions
*
*       Copyright (c) 1994-1997, Microsoft Corporation. All rights reserved.
*
*Purpose:
*       Defines _findfirsti64() and _findnexti64().
*
*******************************************************************************/

#define _USE_INT64  1

#include "findfile.c"

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?