telldir.c 89 B

1234567
  1. #include <dirent.h>
  2. #include "__dirent.h"
  3. long telldir(DIR *dir)
  4. {
  5. return dir->tell;
  6. }