趣学 C 语言(十二)—— 文件操作
FILE 结构体#ifndef _FILE_DEFINEDstruct _iobuf { char *_ptr; int _cnt; char *_base; int _flag; int _file; int _charbuf; int _bufsiz;