Copyright Digital Equipment Corp. All rights reserved.

free

   Makes available for reallocation the area allocated by a previous
   calloc, malloc, or realloc call.

   Format

     #include  <stdlib.h>

     void free  (void *ptr);
 


Additional information available:

Argument        Description