dirent.h

来自「Newlib 嵌入式 C库 标准实现代码」· C头文件 代码 · 共 14 行

H
14
字号
/* <dirent.h> includes <sys/dirent.h>, which is this file.  On a   system which supports <dirent.h>, this file is overridden by   dirent.h in the libc/sys/.../sys directory.  On a system which does   not support <dirent.h>, we will get this file which uses #error to force   an error.  */#ifdef __cplusplusextern "C" {#endif#error "<dirent.h> not supported"#ifdef __cplusplus}#endif

⌨️ 快捷键说明

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