#ifndef ERRLOC_H #define ERRLOC_H #include "lex.h" void errloc(const struct tk *tk, const char *fmt, ...); void errcloc(const struct lex *l, const char *fmt, ...); #endif