CAEN Utility  2.0.2
Utilities for CAEN projects
dirent.h implementation for Windows

Implementation of "dirent.h" for Windows, using "Henney's POSIX Directory Browsing API for Windows". More...

Functions

DIR * c_opendir (const char *name)
 Not marked CAEN_UTILITY_API (meaningful only on 32-bit Windows), likely an original sin more than a choice. More...
 
int c_closedir (DIR *dir)
 
struct dirent * c_readdir (DIR *dir)
 Not marked CAEN_UTILITY_API (meaningful only on 32-bit Windows), likely an original sin more than a choice. More...
 
void c_rewinddir (DIR *dir)
 

Detailed Description

Implementation of "dirent.h" for Windows, using "Henney's POSIX Directory Browsing API for Windows".

Author
Kevlin Henney
Date
1997, 2003

Function Documentation

◆ c_opendir()

DIR* c_opendir ( const char *  name)

Not marked CAEN_UTILITY_API (meaningful only on 32-bit Windows), likely an original sin more than a choice.

Definition at line 974 of file CAENMultiplatform.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ c_closedir()

int c_closedir ( DIR *  dir)

Definition at line 1007 of file CAENMultiplatform.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ c_readdir()

struct dirent* c_readdir ( DIR *  dir)

Not marked CAEN_UTILITY_API (meaningful only on 32-bit Windows), likely an original sin more than a choice.

Definition at line 1026 of file CAENMultiplatform.c.

Here is the caller graph for this function:

◆ c_rewinddir()

void c_rewinddir ( DIR *  dir)

Definition at line 1043 of file CAENMultiplatform.c.

Here is the caller graph for this function: