1BEH_MESSAGE(3) BEH functions BEH_MESSAGE(3)
23
4
NAME
6beh_message
78
SYNOPSIS
10void beh_message (code, str)
11int code;
12char *str;
1314
PARAMETERS
16code errorĀ“s code
1718
str a string to be printed within the error message
1920
DESCRIPTION
22beh_message() prints an error message on the standard output depending
23on a message code. The code parameter determines the message to be
24printed.
2526
SEE ALSO
28beh (3), beh_error(3)
2930
31
32
33
34
35
ASIM/LIP6 October 1, 1997 BEH_MESSAGE(3)