void *calloc( size_t number, size_t size );. 參數. number 項目數。 size 每個項目的長度(位元組)。 傳回值. calloc 會傳回已配置空間的指標。
確定! 回上一頁