Go to the source code of this file.
Classes | |
struct | dirent |
dirent More... | |
Typedefs | |
typedef struct DIR | DIR |
DIR. | |
Functions | |
DIR * | opendir (const char *) |
Unix opendir function. | |
int | closedir (DIR *) |
Unix closedir function. | |
struct dirent * | readdir (DIR *) |
Unix readdir function. | |
void | rewinddir (DIR *) |
Unix rewinddir function. |
Declaration of POSIX directory browsing functions and types for Win32.
Author: Kevlin Henney (kevlin@acm.org, kevlin@curbralan.com) History: Created March 1997. Updated June 2003. Rights: See end of file.