aboutsummaryrefslogtreecommitdiff
path: root/pp.h
blob: 462fd0cc1fdf01239a568339acf513443837fc7b (plain)
1
2
3
4
5
6
7
8
struct location;

void ppinit(const char *);

void next(void);
_Bool peek(int);
char *expect(int, const char *);
_Bool consume(int);