#include <stdlib.h> void *calloc(size_t nmemb, size_t size); void *realloc(void *ptr, size_t size); 返回值:成功返回所分配內存空間的首地址,出錯返回NULL.
確定! 回上一頁