2017年9月10日

以前的C代码

摘要: 函数调用 不知道 文件引用 1 #include <stdio.h> 2 #include "b.c" 3 4 int main() 5 { 6 printf("%f\n",p(5)); 7 printf("%f\n",q(5)); 8 getchar(); 9 return 0; 10 } 1 # 阅读全文

posted @ 2017-09-10 21:09 hujun1992 阅读(223) 评论(0) 推荐(0)

导航