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

Third-party (vendored): POSIX dirent (directory browsing) emulation for Win32 by Kevlin Henney (1997). More...

#include "Utils.h"
Include dependency graph for direntwin.h:
This graph shows which files directly or indirectly include this file:

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

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

Detailed Description

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.

Macro Definition Documentation

◆ DIRENT_INCLUDED

#define DIRENT_INCLUDED

Definition at line 27 of file direntwin.h.