calloc 在MSDN中描述如下: calloc. Allocates an array in memory with elements initialized to 0. void *calloc( size_t num, size_t size );.
確定! 回上一頁