Functions HI-TECH C FREE

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