Functions HI-TECH C FREE

Revision as of 19:55, 31 July 2017 by Kumokosi (talk | contribs) (Created page with "<strong>FREE</strong> ==SYNOPSIS== #include <stdlib.h> void free(void * ptr) ==DESCRIPTION== <strong>Free</strong>() deallocates the block of memory at ptr, wh...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

FREE

SYNOPSIS

#include  <stdlib.h>

void      free(void * ptr)


DESCRIPTION

Free() deallocates the block of memory at ptr, which must have been obtained from a call to malloc() or calloc().

SEE ALSO

malloc, calloc