|
NAMEcarp - print warning diagnostic SYNTAX#include <libowfat/errmsg.h> void carpsys(const char *message, ...); DESCRIPTIONcarpsys is like carp, but it will also print a string representation of the system error code (from errno). SEE ALSOerrmsg(7), carp(3)
|