nightmaremail

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

trydrent.c (91B)


      1 #include <sys/types.h>
      2 #include <dirent.h>
      3 
      4 void foo()
      5 {
      6   DIR *dir;
      7   struct dirent *d;
      8 }