Go to the source code of this file.
Defines | |
#define | assert(e) ((e) ? (void)0 : assert_failed(__FILE__, __LINE__, #e)) |
A replacement assert macro. |
Panics the application if an assertion fails.
Copyright 2002 Petteri Kangaslampi
See license.txt for full copyright and license information.
|
A replacement assert macro. Panics the application if the expression is false, using the current source file name as the panic category and the line number as the panic code. |