cfree() is what??

Guy Harris guy at auspex.auspex.com
Mon Jul 16 05:59:49 AEST 1990


>cfree() is just an obsolete duplicate name for free().
>Change "cfree" to "free".

Obsolete yes, duplicate no; "cfree()" took three arguments, the latter
two of which are ignored in the implementations I know about.  Change
"cfree(a, b, c)" to "free(a)". 



More information about the Comp.std.c mailing list