摘要: #include <string.h> #include <stdio.h> #ifndef LINE_H #define LINE_H void clear_line(void); void add_word(const char *word); int space_remaining(void) 阅读全文
posted @ 2017-09-30 14:13 扫驴 阅读(135) 评论(0) 推荐(0) 编辑