摘要: #include<stdio.h> const int PAGELINE = 24;const int LINELEN = 512; void do_more(FILE *fp);int see_more(); int main(int ac, char * av[]){ FILE *fp; if( 阅读全文
posted @ 2020-08-21 16:02 水水$88 阅读(196) 评论(0) 推荐(0)