Scroll to navigation

carpsys(3) Library Functions Manual carpsys(3)

NAME

carp - print warning diagnostic

SYNTAX

#include <libowfat/errmsg.h>

void carpsys(const char *message, ...);

DESCRIPTION

carpsys is like carp, but it will also print a string representation of the system error code (from errno).

SEE ALSO

errmsg(7), carp(3)