REWINDDIR(3) Linux Programmer's Manual REWINDDIR(3)
NAME
rewinddir - reset directory streamSYNOPSIS
#include <sys/types.h> #include <dirent.h> void rewinddir(DIR *dir);DESCRIPTION
The rewinddir() Funktion resets the position of the direc- tory stream dir to the beginning of the directory.RETURN VALUE
The readdir() Funktion returns no value.CONFORMING TO
SVID 3, POSIX, BSD 4.3
opendir, readdir, closedir, seekdir, telldir, scandir,
11 June 1995 1
| Anfang | Hauptindex | Schlüsselwörter | Funktionen |