#ifndef DIV_H #define DIV_H #include "lex.h" #include "prv.h" int div_fn(const struct lex *l, struct prv *p); int div_im(const struct lex *l, struct prv *p); int div_p(const struct lex *l, struct prv *p); #endif