1 2 3 4 5 6 7 8 9
#ifndef IM_H #define IM_H #include "lex.h" #include "prv.h" int im(const struct lex *l, struct prv *p); #endif