Go to the source code of this file.
Data Structures | |
struct | dirent |
Typedefs | |
typedef void * | DIR |
Functions | |
DIR * | opendir (const char *name) |
struct dirent * | readdir (DIR *dir) |
void | closedir (DIR *dir) |
typedef void* DIR |
void closedir | ( | DIR * | dir | ) |
DIR* opendir | ( | const char * | name | ) |