Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

assert.h File Reference

A new assert.h to override a broken one in the 9210i SDK version 1.2. More...

Go to the source code of this file.

Defines

#define assert(e)   ((e) ? (void)0 : assert_failed(__FILE__, __LINE__, #e))
 A replacement assert macro.


Detailed Description

A new assert.h to override a broken one in the 9210i SDK version 1.2.

Panics the application if an assertion fails.

Copyright 2002 Petteri Kangaslampi

See license.txt for full copyright and license information.


Define Documentation

#define assert      ((e) ? (void)0 : assert_failed(__FILE__, __LINE__, #e))
 

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.


Generated on Sun Feb 9 13:01:29 2003 for PuTTY by doxygen1.2.18