#include #include "stddef.h" struct dirent * readdir(DIR * dirp) { (void)dirp; return NULL; } /* POSIX(1) */