摘要: 在使用malloc、memset、free的过程中,出现了程序奔溃,大致现象如下。 程序的实现大致如下: #include <stdio.h> #include <stdlib.h> #include <string.h> int main (void) { int tab_bits = 0, ta 阅读全文
posted @ 2021-06-24 10:23 zhengcixi 阅读(2237) 评论(0) 推荐(0) 编辑
回到顶部