|
CMSDK 2.0.1
Cross-platform C++ base library and SDK for the Psyclone AIOS platform
|
Third-party (vendored): POSIX dirent (directory browsing) emulation for Win32 by Kevlin Henney (1997). More...
#include "Utils.h"Go to the source code of this file.
Classes | |
| struct | cmlabs::dirent |
Namespaces | |
| namespace | cmlabs |
Macros | |
| #define | DIRENT_INCLUDED |
Typedefs | |
| typedef struct DIR | cmlabs::DIR |
Functions | |
| DIR * | cmlabs::opendir (const char *) |
| int | cmlabs::closedir (DIR *) |
| struct dirent * | cmlabs::readdir (DIR *) |
| void | cmlabs::rewinddir (DIR *) |
Third-party (vendored): POSIX dirent (directory browsing) emulation for Win32 by Kevlin Henney (1997).
Used so directory-scanning code can be written portably; not part of the CMSDK documentation remediation.
Definition in file direntwin.h.
| #define DIRENT_INCLUDED |
Definition at line 27 of file direntwin.h.