選択できるのは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