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
/
seekdir.c
blob: 62b1d30b209a5099a5a8d005667cff0ad35e3d43 (
plain
)
1
2
3
4
5
6
7
8
9
#include <dirent.h> void seekdir(DIR * dirp, long loc) { } /* XOPEN(4) */