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