[Linux manuál]
Návod, kniha: Linux Programmer's Manual
rewinddir: resetovat proud adresáře
Originální popis anglicky: rewinddir - reset directory streamNávod, kniha: Linux Programmer's Manual
STRUČNĚ
#include <sys/types.h>#include <dirent.h>void rewinddir(DIR *dir);
POPIS / INSTRUKCE
The rewinddir() function resets the position of the directory stream dir to the beginning of the directory.NÁVRATOVÁ HODNOTA
The rewinddir() function returns no value.ODPOVÍDAJÍCÍ
SVID 3, POSIX, BSD 4.3SOUVISEJÍCÍ
closedir(3), opendir(3), readdir(3), scandir(3), seekdir(3), telldir(3)| 1995-06-11 |