36 fprintf(stderr,
"ERROR: ");
37 fprintf(stderr,
"%s", msg);
38 fprintf(stderr,
"\n");
57 vsprintf(buffer, msg, ap);
74 vsprintf(buffer, msg, ap);
77 (*g3d_error_fun)(buffer);
void void void void G_fatal_error(const char *,...) __attribute__((format(printf
#define UNUSED
A macro for an attribute, if attached to a variable, indicating that the variable is not used.
void Rast3d_fatal_error(const char *msg,...)
Prints fatal error message.
void Rast3d_fatal_error_noargs(const char *msg)
void Rast3d_skip_error(const char *msg UNUSED)
This function ignores the error.
void Rast3d_print_error(const char *msg)
Prints error message.
void Rast3d_error(const char *msg,...)