![]() |
|||||
|
Go to the source code of this file.
Compounds | |
struct | dirent |
Results structure for readdir(). More... | |
Defines | |
#define | NAME_MAX (260) |
The maximum number of characters (including null terminator) in a directory entry name. | |
Typedefs | |
typedef dirent_dir | DIR |
dirent_dir is defined internally | |
Functions | |
DIR * | opendir (const char *name) |
Returns a pointer to the next directory entry. | |
int | closedir (DIR *dir) |
Closes a directory handle. | |
void | rewinddir (DIR *dir) |
Resets a directory search position. | |
dirent * | readdir (DIR *dir) |
Returns a pointer to the next directory entry. |
Contains the declarations for the opendir()/readdir() API.
|
UNIX Emulation for Win32 Libraries documentation © Synesis Software Pty Ltd, 2001-2003 |