VMS Help CC, Run-time functions, cfree *Conan The Librarian (sorry for the slow response - running on an old VAX) |
Makes available for reallocation the area allocated by a previous calloc, malloc, or realloc call. This function is AST-reentrant. Syntax: #include <stdlib.h> void cfree(void *pointer);
|