index
:
c
master
non-posix
implementation of system interfaces from POSIX.1
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
dirent
/
rewinddir.c
blob: 0b53d78375093f957f70a07155f32c9b5b4c4ef4 (
plain
)
1
2
3
4
5
6
7
8
9
10
#include <dirent.h> void rewinddir(DIR * dirp) { (void)dirp; } /* POSIX(1) */