summaryrefslogtreecommitdiff
path: root/pr.h
blob: e3d8bf8ef905080f16098c06a250f345baba0207 (plain) (blame)
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