miller/c/parsing/lemon_error.h
2016-12-02 20:07:02 -05:00

7 lines
142 B
C

#ifndef LEMON_ERROR_H
#define LEMON_ERROR_H
#include "stdarg.h"
void ErrorMsg(const char *, int,const char *, ...);
#endif // LEMON_ERROR_H