摘要: //struct _iobuf {// <!-- -->// char* _ptr; //文件输入的下一个位置// int _cnt; //当前缓冲区的相对位置// char* _base; //指基础位置(应该是文件的其始位置)// int _flag; //文件标志// int _file; / 阅读全文
posted @ 2023-07-28 20:10 小蠕虫 阅读(18) 评论(0) 推荐(0)