dirent.h
来自「sunplus dvd开发编译器,希望对想了解这方面的人有点点儿帮助,我也才刚开」· C头文件 代码 · 共 16 行
H
16 行
/* <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 tries to find any other <dirent.h> which may be lurking around. If there isn't one, the user will get an error indicating that there is no <dirent.h>. */#ifdef __cplusplusextern "C" {#endif#include_next <dirent.h>#ifdef __cplusplus}#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?