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() function resets the position of the direc- tory stream dir to the beginning of the directory.RETURN VALUE
The readdir() function returns no value.CONFORMING TO
SVID 3, POSIX, BSD 4.3
opendir, readdir, closedir, seekdir, telldir, scandir,
11 June 1995 1
Top | Master Index | Keywords | Functions |