42 fprintf(stderr,
"ERROR: ");
44 fprintf(stderr,
"\n");
64 vsprintf(buffer, msg, ap);
81 vsprintf(buffer, msg, ap);
84 (*g3d_error_fun) (buffer);
void G3d_error(const char *msg,...)
void G3d_printError(const char *msg)
This function prints the error message msg to stderr and returns.
void G3d_fatalError_noargs(const char *)
void G3d_skipError(const char *msg)
This function ignores the error.
int G_fatal_error(const char *msg,...)
Print a fatal error message to stderr.
void G3d_fatalError(const char *,...)
This function prints the error message msg, and terminates the program with an error status...