master hovercats/oakiss / pkg / openbsd / include / err.h
1#include_next <err.h>
2void warnc(int, const char *, ...) __attribute__((__format__ (printf, 2, 3)));
3void vwarnc(int, const char *, va_list) __attribute__((__format__ (printf, 2, 0)));