Location:
dirent.h
IMPORT_C struct dirent *readdir(DIR *);
Returns a pointer to a dirent structure representing the next directory entry in the directory stream pointed to be dir. It returns NULL on reaching the end-of-file or if an error occurred.
|
|