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