otpcli/err.h

5 lines
130 B
C
Raw Permalink Normal View History

2020-06-14 05:23:29 +02:00
void err(int, const char *, ...);
void errx(int, const char *, ...);
void warn(const char *, ...);
void warnx(const char *, ...);