1 2 3 4 5 6 7 8 9
#ifndef _read_h #define _read_h #include "parser.h" #include "ast.h" AstNode read(); #endif