| www.delorie.com/djgpp/doc/libc-2.01/libc_79.html | search |
#include <stdlib.h> void cfree(void *pointer);
This function returns the memory allocated by calloc (see section calloc) to the heap.
None.
Complex *x = calloc(12, sizeof(Complex)); cfree(x);
Go to the first, previous, next, last section, table of contents.
| webmaster donations bookstore | delorie software privacy |
| Copyright © 1997 by DJ Delorie | Updated Apr 1997 |