CMSDK 2.0.1
Cross-platform C++ base library and SDK for the Psyclone AIOS platform
Loading...
Searching...
No Matches
direntwin.cpp File Reference

Third-party (vendored): implementation of the Win32 POSIX dirent emulation declared in include/direntwin.h (Kevlin Henney, 1997). More...

#include "direntwin.h"
Include dependency graph for direntwin.cpp:

Go to the source code of this file.

Classes

struct  cmlabs::DIR

Namespaces

namespace  cmlabs

Macros

#define CONSTCHAR   char

Functions

DIRcmlabs::opendir (const char *)
int cmlabs::closedir (DIR *)
struct direntcmlabs::readdir (DIR *)
void cmlabs::rewinddir (DIR *)

Detailed Description

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.

Macro Definition Documentation

◆ CONSTCHAR

#define CONSTCHAR   char

Definition at line 34 of file direntwin.cpp.

Referenced by cmlabs::opendir().