Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!uwm.edu!lll-winken!ames!haven!adm!smoke!gwyn From: gwyn@smoke.BRL.MIL (Doug Gwyn) Newsgroups: comp.std.c Subject: Re: cfree() is what?? Message-ID: <13353@smoke.BRL.MIL> Date: 15 Jul 90 00:02:19 GMT References: <1990Jul14.214617.2071@athena.mit.edu> Organization: U.S. Army Ballistic Research Laboratory, APG, MD. Lines: 6 In article <1990Jul14.214617.2071@athena.mit.edu> lfk@athena.mit.edu (Lee F Kolakowski) writes: >Could some one send me an implementation based on free, or describe it >to me well enough, so that I can make it work? cfree() is just an obsolete duplicate name for free(). Change "cfree" to "free".