原型:extern void *realloc(void *mem_address, unsigned int newsize); 用法:#include <alloc.h> 功能:改变mem_address所指内存区域的大小为newsize长度。
確定! 回上一頁