/comp.lang.c/karl at 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