摘要: char *p = (char *)malloc(num);if(p == NULL){ //进行申请内存失败处理}free(p);p = NULL; 阅读全文
posted @ 2014-03-26 13:16 文少爷 阅读(208) 评论(0) 推荐(0)