Name calloc Synopsis Allocates memory for an array #include void *calloc( size_t n, size_t size ); The calloc() function obtains a block of memory from the ...
確定! 回上一頁