#ifndef _read_h #define _read_h #include "prs.h" #include "ast.h" AstNode read(); #endif