summaryrefslogtreecommitdiff
path: root/src/trydrent.c
blob: c1967e6cb48c720fce6c4369920707ec203f802b (plain)
1
2
3
4
5
6
7
8
#include <dirent.h>
#include <sys/types.h>

void foo()
{
  DIR *dir;
  struct dirent *d;
}