omni_print_message(3) — Subroutines
Name
omni_print_message − The omni_print_message procedure prints the error message to stdout.
Syntax
extern void omni_print_message (
unsigned long int msg_id,
char ∗arg1,
char ∗arg2,
char ∗arg3,
char ∗arg4,
char ∗arg5);
Arguments
msg_id
access: read only mechanism: by value The error code that is translated.
arg1...arg5
access: read only mechanism: by value These are optional parameters reserved for future use; they must be NULL.
Usage Notes
Omni_print_message opens the DEComni catalog file, searches for message number msg_id, and prints the message to stdout.