Scroll to navigation

msg(3) Library Functions Manual msg(3)

NAME

msg - print diagnostic

SYNTAX

#include <libowfat/errmsg.h>

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

DESCRIPTION

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

SEE ALSO

errmsg(7), msg(3)