miller/c/dsls/lemon_error.h
2016-07-13 21:22:54 -04: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