anx_core.h File Reference


Detailed Description

Core datatypes etc.

#include <stdlib.h>

Go to the source code of this file.

Defines

#define anx_malloc(n)   calloc(1,(n))
 malloc() wrapper to allow easy overriding
#define anx_free(x)   free((void *)(x))
 free() wrapper to allow easy overriding

Typedefs

typedef void *(* AnxCloneFunc )(void *data)
 Signature of a cloning function.
typedef void *(* AnxFreeFunc )(void *data)
 Signature of a freeing function.


Generated on Thu Feb 21 12:53:58 2008 for libannodex by  doxygen 1.5.5