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 而後
相關文章
相關標籤/搜索