34 fprintf(stderr,
"ERROR: ");
35 fprintf(stderr,
"%s", msg);
36 fprintf(stderr,
"\n");
54 vsprintf(buffer, msg, ap);
71 vsprintf(buffer, msg, ap);
74 (*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_print_error(const char *msg)
Prints error message.
void Rast3d_error(const char *msg,...)
void Rast3d_skip_error(const char *msg)
This function ignores the error.