1 2 3 4 5 6 7 8 9 10 11
#ifndef PR_H #define PR_H #include "lex.h" #include "parse.h" #include "prv.h" int pr(const struct lex *l, struct prv *p); void pr_free(struct pr *pr); #endif