Sortix nightly manual
This manual documents Sortix nightly, a development build that has not been officially released. You can instead view this document in the latest official manual.
COM_ERR(3) | Library Functions Manual | COM_ERR(3) |
NAME
com_err - common error display routineSYNOPSIS
#include <et/com_err.h>
void (*proc) (const char *, long, const char *, va_list);
DESCRIPTION
Com_err displays an error message on the standard error stream stderr (see stdio(3S)) composed of the whoami string, which should specify the program name or some subportion of a program, followed by an error message generated from the code value (derived from compile_et(1)), and a string produced using the format string and any following arguments, in the same style as fprintf(3).SEE ALSO
compile_et (1), syslog (3).22 Nov 1988 | SIPB |