logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git

err.h (185B)


  1. #include_next <err.h>
  2. void warnc(int, const char *, ...) __attribute__((__format__ (printf, 2, 3)));
  3. void vwarnc(int, const char *, va_list) __attribute__((__format__ (printf, 2, 0)));