#ifndef PRINTER_H #define PRINTER_H #include "parser.h" void printparser(FILE* output, PARSER* p); #endif