Main Page | Alphabetical List | Compound List | File List | Compound Members | File Members

x_alloc.h File Reference

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Defines

#define x_alloc(n, type)   (type *) malloc((n) * sizeof(type))
#define x_free(var)   if (var) free(var)
#define X_STRDUP(string)   ((string) ? strdup((string)) : NULL)


Define Documentation

#define x_alloc n,
type   )     (type *) malloc((n) * sizeof(type))
 

#define x_free var   )     if (var) free(var)
 

#define X_STRDUP string   )     ((string) ? strdup((string)) : NULL)
 


Generated on Wed Oct 22 15:57:09 2003 for XetPan by doxygen 1.3.2