On 04/06/2010 01:07 PM, Jonas Maebe wrote: > > No, calloc simply zeroes the allocated memory. So why does it provide a size argument ? Just to zero the information it would suffice to give it a byte count as with malloc(). -Michael