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

14 行
251 B

  1. #ifndef POSIXPATHS_CBITS_DIRUTILS_H
  2. #define POSIXPATHS_CBITS_DIRUTILS_H
  3. #include <stdlib.h>
  4. #include <dirent.h>
  5. #include <sys/types.h>
  6. #include <sys/stat.h>
  7. #include <fcntl.h>
  8. extern unsigned int
  9. __posixdir_d_type(struct dirent* d)
  10. ;
  11. #endif