摘要: 1 //example_1.c2 3 #include 4 5 int main(void){6 printf("Hello World!! .\n");7 return 0;8 } 1 //example_2.c 2 #include 3 #include 4 #include 5 #include 6 #include 7 #include 8 #include 9 10 int tprintf(const char *fmt, ...){11 va_list args;12 struct tm *tstruct;13 time_t t... 阅读全文
posted @ 2013-09-17 10:04 Levi.duan 阅读(238) 评论(0) 推荐(0) 编辑