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