摘要: 有一段 精短的 错误代码 ,值得深思下: voidGetMemory(char*p,int num) { p =(char*)malloc(sizeof(char)* num); } voidTest(void) { char*str = NULL; GetMemory(str,100); strc 阅读全文
posted @ 2017-04-19 10:23 Lckfa 阅读(623) 评论(0) 推荐(0) 编辑