Import ezmlm 0.53
[ezmlm] / trydrent.c
CommitLineData
5b62e993
MW
1#include <sys/types.h>
2#include <dirent.h>
3
4void foo()
5{
6 DIR *dir;
7 struct dirent *d;
8}