ARB
|
Go to the source code of this file.
Macros | |
#define | MAXERRLEN 500 |
Functions | |
void | error (cstr message) |
void | warning (cstr message) |
void | errorf (cstr format,...) |
void | warningf (cstr format,...) |
void | def_outOfMemory (cstr source, int lineno) |
void | def_assert (cstr whatFailed, cstr source, int lineno, int cnt) |
#define MAXERRLEN 500 |
Definition at line 5 of file defines.c.
Referenced by errorf(), and warningf().
void warning | ( | cstr | message | ) |
Definition at line 11 of file defines.c.
Referenced by warningf().
void errorf | ( | cstr | format, |
... | |||
) |
Definition at line 14 of file defines.c.
References error(), MAXERRLEN, va_end(), and va_start().
Referenced by def_assert(), and def_outOfMemory().
void warningf | ( | cstr | format, |
... | |||
) |