Files
2019-02-16 00:16:52 +01:00

9 lines
181 B
C

#ifndef _ERR_H
#define _ERR_H 1
void err(int eval, const char *format, ...);
void errx(int eval, const char *format, ...);
void warnx(const char *format, ...);
#endif /* err.h */