ezmlmx 0.68
ezmlmx
Loading...
Searching...
No Matches
trydrent.c
Go to the documentation of this file.
1/* Public domain, from daemontools-0.76. */
2
3#include <sys/types.h>
4#include <dirent.h>
5
6void foo()
7{
8 DIR *dir;
9 struct dirent *d;
10}
char * dir
void foo()
Definition trydrent.c:6