在使用malloc 分配內存之後,進行NULL判斷是一個良好的編程習慣。 函數calloc的原型為: void *calloc( unsigned int num, unsigned int size)。 作用為: ...
確定! 回上一頁