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.