Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!tut.cis.ohio-state.edu!ucbvax!hplabs!hpda!hpcupt1!hpsal2!morrell From: morrell@hpsal2.HP.COM (Michael Morrell) Newsgroups: comp.lang.c Subject: Re: FREE Message-ID: <2300001@hpsal2.HP.COM> Date: 2 Mar 90 00:50:45 GMT References: <2714@stl.stc.co.uk> Organization: HP System Architecture Lab, Cupertino Lines: 8 /comp.lang.c/karl@haddock.ima.isc.com (Karl Heuer)/12:08 pm Feb 28, 1990/ The calloc() function is disrecommended. Generally speaking, you should use malloc() and initialize the contents yourself. ---------- Why? Michael