int opendir(const char *name, DIR *dir)
Open a directory stream corresponding to the directory name, and returns a pointer to the directory s...
Definition: file.c:85
int readdir(DIR *dirp, struct dirent *dirent)
Return a pointer to a dirent structure representing the next directory entry in the directory stream ...
Definition: file.c:90