Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 

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