1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
Description:
rewinddir() function: restart reading the entries of a directory from the
beginning
Files:
lib/rewinddir.c
lib/dirent-private.h
m4/rewinddir.m4
Depends-on:
dirent-h
largefile
configure.ac:
gl_FUNC_REWINDDIR
gl_CONDITIONAL([GL_COND_OBJ_REWINDDIR],
[test $HAVE_REWINDDIR = 0 || test $REPLACE_REWINDDIR = 1])
gl_DIRENT_MODULE_INDICATOR([rewinddir])
Makefile.am:
if GL_COND_OBJ_REWINDDIR
lib_SOURCES += rewinddir.c
endif
Include:
<dirent.h>
License:
LGPL
Maintainer:
all
|