1BEH_ERROR(3) BEH functions BEH_ERROR(3)
23
4
NAME
6beh_error
78
SYNOPSIS
10int beh_error (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_error() prints an error message on the standard error output
23depending on an error code. The code parameter determines the message
24to be printed.
2526
SEE ALSO
28beh(3)
2930
31
32
33
34
35
ASIM/LIP6 October 1, 1997 BEH_ERROR(3)