Pyrogenesis  trunk
Classes | Typedefs | Functions
dirent.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  dirent
 

Typedefs

typedef struct DIR DIR
 

Functions

DIRopendir (const char *)
 
int closedir (DIR *)
 
struct direntreaddir (DIR *)
 
void rewinddir (DIR *)
 

Typedef Documentation

◆ DIR

typedef struct DIR DIR

Function Documentation

◆ closedir()

int closedir ( DIR )

◆ opendir()

DIR* opendir ( const char *  )

◆ readdir()

struct dirent* readdir ( DIR )

◆ rewinddir()

void rewinddir ( DIR )