9 lines
91 B
C
9 lines
91 B
C
#include <sys/types.h>
|
|
#include <dirent.h>
|
|
|
|
void foo()
|
|
{
|
|
DIR *dir;
|
|
struct dirent *d;
|
|
}
|