next up previous contents index
Next: free Up: Memory Previous: malloc

calloc

   void * calloc(int nelt, int eltsize)

calloc returns a pointer to a zero initialized block able to memorize nelt elements of size eltsize, or 0 on failure.



Lionel Fournigault
Fri Nov 6 17:00:30 MET 1998