fjfjfjfjfjfj

2010年12月10日

[C语言学习]之打印万年历

摘要: #include "stdio.h"//functions definevoid outputcalendar(void);void outputtitle(int);void outputbody(int *, int maxday);int *getweek(int, int, int);//variables and constantsconst char CON_STR4SPACE[5] = " ";const char CON_STR1SPACE[2] = " ";const int CON_DAYCOUNTS31 = 31;const int CON_DAYCOUNTS30 = 3 阅读全文

posted @ 2010-12-10 18:56 撬棍 阅读(279) 评论(0) 推荐(0) 编辑

导航