FREE
Karl Heuer
karl at haddock.ima.isc.com
Thu Mar 1 07:08:22 AEST 1990
In article <1990Feb27.155133.20341 at druid.uucp> darcy at druid.UUCP (D'Arcy J.M. Cain) writes:
>calloc does what you want and even initialize the space to zeroes for you.
The calloc() function is disrecommended. Generally speaking, you should use
malloc() and initialize the contents yourself.
Karl W. Z. Heuer (karl at ima.ima.isc.com or harvard!ima!karl), The Walking Lint
More information about the Comp.lang.c
mailing list