#include int closedir(DIR *dir) { close(dir->fd); free(dir); return 0; }