COHERENT manpages

This page displays the COHERENT manpage for dirent.h [Define directory-related data elements].

List of available manpages
Index


dirent.h -- Header File

Define directory-related data elements
#include <dirent.h>

dirent.h defines  the data type  DIR and the  structure dirent. It  is used
with the  portable directory-manipulation routines  closedir(), getdents(),
opendir(), readdir(), rewinddir(), and telldir().

See Also

closedir(),
getdents(),
header files,
opendir(),
readdir(),
rewinddir(),
telldir()
POSIX Standard, §5.1.1