Source code
Revision control
Copy as Markdown
Other Tools
// -*- mode: c++ -*-
#include <stdio.h>
namespace gen {
void nodir() {
printf("no dir here\n");
}
}
// -*- mode: c++ -*-
#include <stdio.h>
namespace gen {
void nodir() {
printf("no dir here\n");
}
}