您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

11 行
171B

  1. /* BSD predecessor of POSIX.1 <dirent.h> and struct dirent */
  2. #ifndef _SYS_DIR_H_
  3. #define _SYS_DIR_H_
  4. #include <dirent.h>
  5. #define direct dirent
  6. #endif /*_SYS_DIR_H_*/