beh_message(3) - Linux man page
Name
beh_message
Synopsys
void beh_message (code, str) int code; char *str;
Parameters
- code
error's code
str
a string to be printed within the error message
Description
beh_message() prints an error message on the standard output depending on a message code. The code parameter determines the message to be printed.
See Also
beh (3), beh_error(3)