摘要: 1. ungetch() 把一个字符退回到键盘缓冲区中 #include <ctype.h> #include <stdio.h> int getch(void); void ungetch(int); int getint(int *pn) { int c, sign; while (isspac 阅读全文
posted @ 2019-07-01 23:55 semieZX 阅读(138) 评论(0) 推荐(0) 编辑