otpcli/err.h
Lucas 0b93ea8653 Rework copyright notices
While at it, rename mystrtonum.[ch] to strtonum.[ch].
2021-02-11 21:04:05 +00:00

5 lines
130 B
C

void err(int, const char *, ...);
void errx(int, const char *, ...);
void warn(const char *, ...);
void warnx(const char *, ...);