-

Changes

Jump to: navigation, search

Functions HI-TECH C FREE

294 bytes added, 19:55, 31 July 2017
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..."
<strong>FREE</strong>
==SYNOPSIS==

#include <stdlib.h>

void free(void * ptr)


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

==SEE ALSO==

malloc, calloc

Navigation menu