#ifndef DIRENT_H_ #define DIRENT_H_ typedef struct {} DIR; struct dirent { char *d_name; }; #endif // DIRENT_H_