摘要:
最简单的例子: 001、 不适用extern关键字声明变量 [root@PC1 test]# ls test.c [root@PC1 test]# cat test.c ## 测试c程序 #include <stdio.h> int main(void) { printf("x = %d\n", x 阅读全文
posted @ 2024-11-12 09:35
小鲨鱼2018
阅读(19)
评论(0)
推荐(0)
摘要:
001、 [root@PC1 test]# ls test.c [root@PC1 test]# cat test.c ## 测试c程序 #include <stdio.h> int max_ay(int v[], int n); // 函数原型声明 int main(void) { int v[5 阅读全文
posted @ 2024-11-12 09:35
小鲨鱼2018
阅读(24)
评论(0)
推荐(0)