摘要: 主函数由操作系统调用 函数声明 double cy(double,double) void sd(int) 当函数定义在main之后时和当函数放在多个文件中时 函数放在另一个c文件中 一个函数fun.c源文件对应fun.h头文件 在主函数中包含fun.h static变量 static int a; 阅读全文
posted @ 2024-09-19 15:58 sunrise0307 阅读(26) 评论(0) 推荐(0)