assert.h File Reference

API published in:
API deprecated in:


#include <sys/cdefs.h>

Go to the source code of this file.


Defines

#define  _assert(e)   assert(e)
#define  assert(e)

Functions

__BEGIN_DECLS IMPORT_C void  __assert (const char *, const char *, int, const char *)

Define Documentation

#define _assert  )     assert(e)
 
#define assert  ) 
 

Value:

((e) ? (void)0 : __assert(__func__, __FILE__, \
                            __LINE__, #e))

Function Documentation

__BEGIN_DECLS IMPORT_C void __assert const char *  ,
const char *  ,
int  ,
const char * 
 

Copyright © Nokia Corporation 2001-2008
Back to top