NAME
rewinddir - reset directory stream
SYNOPSIS
#include <sys/types.h>
#include <dirent.h>
I void rewinddir(DIR * dir );
DESCRIPTION
The
R rewinddir ()
function resets the position of the directory
stream dir to the beginning of the directory.
RETURN VALUE
The
R rewinddir ()
function returns no value.
CONFORMING TO
SVr4, 4.3BSD, POSIX.1-2001.
SEE ALSO