1 2 3 4 5 6 7 8
#ifndef DIRENTRY_H #define DIRENTRY_H #include <sys/types.h> #include <dirent.h> #define direntry struct dirent #endif