2015年5月12日
摘要: 1 #include 2 int get_word_num(char* buf) 3 { 4 int n = 0; 5 int tag = 1; 6 char* p = buf; 7 8 for(;*p!=0 && *p!=13 && *p!=1... 阅读全文
posted @ 2015-05-12 22:23 LeoSanford 阅读(255) 评论(0) 推荐(0)

levels of contents