2019-05-31 13:40:39 +02:00

9 lines
91 B
C

#include <sys/types.h>
#include <dirent.h>
void foo()
{
DIR *dir;
struct dirent *d;
}