// *naka* - find a file within another file #include #include #include #include int main(int argc, char** argv) { IGNORE(argc); IGNORE(argv); INFO("Hello world!"); return 0; }