You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

14 regels
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