摘要:
1、进程的地址空间 ① 通过打印地址查看数据保存的位置: #include <stdio.h> #include <string.h> #include <stdlib.h> #include <unistd.h> int INIT_GLOBAL_VALUE1 = 0; int INIT_GLOBA 阅读全文
1、进程的地址空间 ① 通过打印地址查看数据保存的位置: #include <stdio.h> #include <string.h> #include <stdlib.h> #include <unistd.h> int INIT_GLOBAL_VALUE1 = 0; int INIT_GLOBA 阅读全文
