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
/
telldir.c
blob: 4e51810d39e542c7ae767159d3be4045e00b9922 (
plain
)
1
2
3
4
5
6
7
8
9
10
#include <dirent.h> long telldir(DIR * dirp) { return 0; } /* XOPEN(4) */