VMS Help  —  CRTL  cfree
    Makes available for reallocation the area allocated by a previous
    calloc, malloc, or realloc call. This function is AST-reentrant.

    Format

      #include  <stdlib.h>

      void cfree  (void *ptr);
Additional Information: explode extract
Argument Description
Close Help