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
Mon Dec 15 10:53:26 MET 1997