REWINDDIR
Section: Linux Programmer's Manual (3)
Updated: 1995-06-11
Index
JM Home Page
roff page
 
名前
rewinddir - ディレクトリストリームの初期化
 
書式
#include <sys/types.h>
#include <dirent.h>
void rewinddir(DIR *dirp);
 
説明
rewinddir()
関数は、ディレクトリストリーム dirp の位置を
ディレクトリの先頭に初期化する。
 
返り値
rewinddir()
関数は、値を返さない。
 
準拠
SVr4, 4.3BSD, POSIX.1-2001.
 
関連項目
closedir(3),
opendir(3),
readdir(3),
scandir(3),
seekdir(3),
telldir(3)
 Index
- 名前
- 
- 書式
- 
- 説明
- 
- 返り値
- 
- 準拠
- 
- 関連項目
- 
This document was created by
man2html,
using the manual pages.
Time: 03:26:52 GMT, April 25, 2010