gdb简单实例

首先写个gdbtest1.c,函数 #include <stdio.h> void main(){ int age=get_age();     printf("age is %d \n",age); printf("hello world\n"); } int get_age(){ printf("come to get_age funtion \n"); return 24; } spa 而后
相关文章
相关标签/搜索