void *malloc( size_t size );. 參數. size 要配置的位元組。 傳回值. malloc 傳回已配置空間的void 指標,或 NULL 如果沒有足夠的可用記憶體。
確定! 回上一頁