![]() |
Prev | Next | xerror2cpp |
xerror2cpp_(message, n, nerr, level)
xerror
.
message
has prototype
const char *message
It points to the beginning of the error message to be printed.
n
has prototype
const int *n
It is the number of characters in the error message.
nerr
has prototype
const int *nerr
It is a number that identifies the error.
level
has prototype
const int *level
It has the following meaning:
-1 | a warning, message is printed (but not multiple times in a row) |
0 | a warning, message is printed |
1 | a non-fatal error, error number and message are printed |
2 | a fatal error, error number and message are printed and program aborts |