Sign in
mojo
/
mojo
/
2f64806b047b83f7c49e0525d8f3499d7be23e27
/
.
/
fusl
/
src
/
dirent
/
telldir.c
blob: bce8e6891612b85443f5cd77a5e8327d2201ece4 [
file
] [
log
] [
blame
]
#include
<dirent.h>
#include
"__dirent.h"
long
telldir
(
DIR
*
dir
)
{
return
dir
->
tell
;
}