1 2 3 4 5 6 7 8 9 10 11 12 13
/* * Written by Matthew Dempsky, 2011. * Public domain. */ #include <dirent.h> #include "telldir.h" int dirfd(DIR *dirp) { return (dirp->dd_fd); }