beh_error(3) - Linux man page

Name

beh_error

Synopsys

int beh_error (code, str)
int code;
char *str;

Parameters

code

error's code

str

a string to be printed within the error message

Description

beh_error() prints an error message on the standard error output depending on an error code. The code parameter determines the message to be printed.

See Also

beh(3)

Referenced By

beh_message(3)