The function calloc allocates memory and clears it to zero. It is declared in stdlib.h . Function: void * calloc (size_t count , size_t eltsize ).
確定! 回上一頁