#include "pip.h" #include "picodeparser.h" int main(int argc, char *argv[]) { PICodeParser cp; cp.parseFile("cp.h"); return 0; }