#include <sys/types.h>
#include <dirent.h>

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


syntax highlighted by Code2HTML, v. 0.9.1