jack-compiler/printer.h

8 lines
108 B
C
Raw Normal View History

2020-12-14 14:12:20 -05:00
#ifndef PRINTER_H
#define PRINTER_H
#include "parser.h"
void printparser(FILE* output, PARSER* p);
#endif