direct.h

来自「TC-ucos-philos-详细注释.rar 用TC编译ucos并在图像」· C头文件 代码 · 共 26 行

H
26
字号
/*  direct.h


    Defines structures, macros, and functions for dealing with
    directories and pathnames.

    Copyright (c) 1991 by Borland International
    All Rights Reserved.
*/

#include <dir.h>

/* Prototypes for MSC functions */

#ifdef __cplusplus
extern "C" {
#endif

int    _Cdecl _chdrive(int __drive);
char * _Cdecl _getdcwd(int __drive, char *__buf, int __len);
int    _Cdecl _getdrive(void);

#ifdef __cplusplus
}
#endif

⌨️ 快捷键说明

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