Debug

Debug. More...


Files

file  assert.h
 assert public header file

Defines

#define ASSERT(cond)
 ASSERT macro.

Detailed Description

Debug.


Define Documentation

#define ASSERT cond   ) 
 

Value:

{                                                               \
    if ((cond) == 0)                                            \
    {                                                           \
        printf("ASSERT ERROR (%s): file = %s, line = %d\n",     \
            #cond, __FILE__, __LINE__);                         \
                                                                \
        abort();                                                \
    }                                                           \
}
ASSERT macro.


Generated on Sat Sep 24 09:00:12 2011 for ScoreFour by  doxygen 1.4.5