#ifndef LK_H #define LK_H #include "lex.h" #include "prv.h" int lk(const struct lex *l, struct prv *p); #endif