musl-tcc/src/dirent/telldir.c

8 lines
89 B
C

#include <dirent.h>
#include "__dirent.h"
long telldir(DIR *dir)
{
return dir->tell;
}