摘要: 1 /* 2 parta.c -- 不同的存储类别 3 */ 4 5 #include <stdio.h> 6 7 void report_count(); 8 void accumulate(int k); 9 10 int count = 0; //文件作用于,外部链接 11 12 int ma 阅读全文
posted @ 2018-06-05 13:59 web1013 阅读(216) 评论(0) 推荐(0)