opkg

statically linked package installer
git clone anongit@rnpnr.xyz:opkg.git
Log | Files | Refs | Feed | Submodules | README | LICENSE

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)));