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