include/assert.h File Reference

Go to the source code of this file.

Defines

#define _ABLE_CLIB_ASSERT_H   1
#define assert(expr)

Functions

void __assert_fail (const char *assertion, const char *file, unsigned int line, const char *function)


Define Documentation

#define _ABLE_CLIB_ASSERT_H   1

#define assert ( expr   ) 

Value:

((void) ((expr) ? 0 : \
         (__assert_fail ((#expr), __FILE__, __LINE__, __func__), 0)))


Function Documentation

void __assert_fail ( const char *  assertion,
const char *  file,
unsigned int  line,
const char *  function 
)


Generated on Tue Jan 20 14:28:55 2009 for ABLE LIBC by  doxygen 1.5.6