摘要:
理由:Linux环境下,编码、测试、自动化编译都靠自己解决 add.c #include "test.h" int add(int x, int y){ } return x+y; test.h #ifndef _TEST_H #define _TEST_H int add(int x, int y 阅读全文
posted @ 2017-03-13 14:21
wanglinye
阅读(90)
评论(0)
推荐(0)