CFREE(3) FreeBSD Library Functions Manual CFREE(3)
NAME
cfree -- free up allocated memory
LIBRARY
Compatibility Library (libcompat, -lcompat)
SYNOPSIS
void
cfree(void *);
DESCRIPTION
The cfree function considered obsolete.
The cfree function is a synonym for free(3).
SEE ALSO
free(3)
FreeBSD 7.2 November 23, 1995 FreeBSD 7.2
NAME - LIBRARY - SYNOPSIS - DESCRIPTION - SEE ALSO -
|