Linux命令(十四)gdb調試

Linux命令(十四)gdb調試 1. gdb調試 fun.c #include <stdio.h> #include "head.h" int sum(int a, int b) { printf("welcome call %s, %d + %d = %d\n",__FUNCTION__, a, b, a + b); return a + b;
相關文章
相關標籤/搜索