Penguin
Blame: rewinddir(3)
EditPageHistoryDiffInfoLikePages
Annotated edit history of rewinddir(3) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 REWINDDIR
2 !!!REWINDDIR
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 RETURN VALUE
7 CONFORMING TO
8 SEE ALSO
9 ----
10 !!NAME
11
12
13 rewinddir - reset directory stream
14 !!SYNOPSIS
15
16
17 __#include
18 __''dir''__);
19 __
20 !!DESCRIPTION
21
22
23 The __rewinddir()__ function resets the position of the
24 directory stream ''dir'' to the beginning of the
25 directory.
26 !!RETURN VALUE
27
28
29 The __rewinddir()__ function returns no
30 value.
31 !!CONFORMING TO
32
33
34 SVID 3, POSIX, BSD 4.3
35 !!SEE ALSO
36
37
38 opendir(3), readdir(3), closedir(3),
39 seekdir(3), telldir(3),
40 scandir(3)
41 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.