_ZFREE - free allocated space.
(Not in the ANSI standard)
Usage:
#include <sdgstd.h>
_zfree( ptr );
Where:
- void *ptr;
- points to a block of memory previously allocated by
"_zmalloc" or "_zrealloc".
Description:
"_zfree" releases the block of memory pointed to by "ptr".
It is exactly like the ANSI standard function "free".
See Also:
expl c lib _zmalloc
expl c lib _zrealloc
Copyright © 2000, Thinkage Ltd.