summaryrefslogtreecommitdiff
path: root/lk.h
blob: 35df205ef1f6adbf1ae7c8c65e3c6dbd37cf45b2 (plain) (blame)
1
2
3
4
5
6
7
8
9
#ifndef LK_H
#define LK_H

#include "lex.h"
#include "prv.h"

int lk(const struct lex *l, struct prv *p);

#endif