Data Structures | Macros | Typedefs | Functions
dirent.h File Reference

The file that provides functions ported from Unix in dirent.h. More...

Data Structures

struct  dirent
 A structure that describes a directory stream. More...
 

Macros

#define DT_UNKNOWN   0
 Specifies that the file type is unknown.
 
#define DT_DIR   4
 Specifies that the file type is a directory.
 
#define EAPI
 

Typedefs

typedef struct DIR DIR
 A structure that describes a directory stream.
 

Functions

EAPI DIRopendir (char const *name)
 Open the given directory. More...
 
EAPI int closedir (DIR *dir)
 Close the given directory. More...
 
EAPI struct direntreaddir (DIR *dir)
 Read the given directory. More...
 

Detailed Description

The file that provides functions ported from Unix in dirent.h.