Files
semi-libc/src/dirent/telldir.c
T

8 lines
89 B
C

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