#define FXCALLOC ( ptr,
type,
no   ) 

Allocate a zero-filled memory block no elements of type and store a pointer to it into the address pointed to by ptr. Return FALSE if size!=0 and allocation fails, TRUE otherwise. An allocation of a zero size block returns a NULL pointer.

Definition at line 738 of file fxdefs.h.


(C) 2002-2009 Niall Douglas. Some parts (C) to assorted authors.
Generated on Fri Nov 20 18:31:28 2009 for TnFOX by doxygen v1.4.7