shithub: scc

ref: c7fec7be35fc12334a3546c1189ae01cf36db729
dir: /syntax.h/

View raw version
#ifndef SYNTAX_H
#define SYNTAX_H

extern char decl(void);
extern void compound(void);
extern void expr(void);
extern char decl_list(void);
#endif