assert.h File Reference

#include <pspkernel.h>
#include <stdio.h>

Go to the source code of this file.

Defines

#define assert(cond)   (void)((cond)?0:__assert_fail(#cond, __FILE__, __LINE__))

Functions

int __assert_fail (const char *assertion, const char *file, unsigned int line) __attribute__((noreturn))


Define Documentation

#define assert ( cond   )     (void)((cond)?0:__assert_fail(#cond, __FILE__, __LINE__))


Function Documentation

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


Generated on Sat Jun 30 23:12:17 2007 for pspsdk-1.0+beta2 by  doxygen 1.5.1