Assertion, Warning

Functions

void _tm_assert (const char *expr, const char *file, int lineno)
 Format assertion error.

Function Documentation

void _tm_assert ( const char *  expr,
const char *  file,
int  lineno 
)

Format assertion error.

Definition at line 218 of file debug.c.

References tm_msg().

00219 {
00220   tm_msg("\n");
00221   tm_msg("Fatal assertion \"%s\" failed %s:%d ", expr, file, lineno);
00222 }

Here is the call graph for this function:


Generated on Mon Jan 25 06:33:12 2010 for TM(tredmill) by  doxygen 1.6.1