mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-23 07:59:37 +00:00
7 lines
142 B
C
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
|