-

Functions HI-TECH C FREE

From HI-TECH C for CP/M Fan WIKI(EN)
Jump to: navigation, search

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