[Linux manuál]

rewinddir: resetovat proud adresáře

Originální popis anglicky: rewinddir - reset directory stream

Ná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.3

SOUVISEJÍCÍ

closedir(3), opendir(3), readdir(3), scandir(3), seekdir(3), telldir(3)
1995-06-11