|
CMSDK 2.0.1
Cross-platform C++ base library and SDK for the Psyclone AIOS platform
|
Third-party (vendored): implementation of the Win32 POSIX dirent emulation declared in include/direntwin.h (Kevlin Henney, 1997). More...
#include "direntwin.h"Go to the source code of this file.
Classes | |
| struct | cmlabs::DIR |
Namespaces | |
| namespace | cmlabs |
Macros | |
| #define | CONSTCHAR char |
Functions | |
| DIR * | cmlabs::opendir (const char *) |
| int | cmlabs::closedir (DIR *) |
| struct dirent * | cmlabs::readdir (DIR *) |
| void | cmlabs::rewinddir (DIR *) |
Third-party (vendored): implementation of the Win32 POSIX dirent emulation declared in include/direntwin.h (Kevlin Henney, 1997).
Not part of the CMSDK documentation remediation.
Definition in file direntwin.cpp.
| #define CONSTCHAR char |
Definition at line 34 of file direntwin.cpp.
Referenced by cmlabs::opendir().