|
Pyrogenesis trunk
|
#include "precompiled.h"#include "dirent.h"#include <errno.h>#include <io.h>#include <stdlib.h>#include <string.h>
Classes | |
| struct | DIR |
Typedefs | |
| typedef ptrdiff_t | handle_type |
Functions | |
| DIR * | opendir (const char *name) |
| int | closedir (DIR *dir) |
| struct dirent * | readdir (DIR *dir) |
| void | rewinddir (DIR *dir) |
| typedef ptrdiff_t handle_type |
| int closedir | ( | DIR * | dir | ) |
| DIR * opendir | ( | const char * | name | ) |
| void rewinddir | ( | DIR * | dir | ) |