Location:
dirent.h
IMPORT_C int closedir(DIR *);
closes the directory stream that dirp refers to. The memory associated with the directory stream is released. When this function returns, the value of dirp no longer point to an accessible object of type DIR
|
|