x_alloc.h File Reference
This graph shows which files directly or indirectly include this file:
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
1.3.2