basic.%free
Frees memory.
Syntax
(void)%free( (char*)pointer)
Description
frees a block of memory allocated by a call to %malloc().
'pointer' is the pointer to the area of memory allocated by a previous call to %malloc().
Example
%free( (char*)ptr )
See Also
User Comments
What do you think?
Share your experience or ask a question by using the form below.
Login to leave your comments.
