#include #include "__dirent.h" long telldir(DIR *dir) { return dir->tell; } #ifdef TEST int main(void) { return 0; } #endif