libbsd/include
Guillem Jover 5745ca0362 err: Add err(), warn(), errx() and warnx() familiy of functions
Some systems such as Windows or musl-libc based ones do not have these
BSD extensions. In addition libbsd itself is making use of the warnx()
functions, so we better provide these interfaces in case they are
missing.
2019-08-08 03:47:05 +02:00
..
bsd err: Add err(), warn(), errx() and warnx() familiy of functions 2019-08-08 03:47:05 +02:00
Makefile.am Provide a <sys/param.h> with MIN() and MAX() 2019-08-08 03:22:09 +02:00