void test(){ char *p = (char *) malloc(100); strcpy(p, "hello"); free(p); p=nullptr; }
暂无评论,快来抢首评~
相关推荐