📅  最后修改于: 2022-03-11 15:04:38.580000             🧑  作者: Mango
typedef struct _iobuf
{
char* _ptr;
int _cnt;
char* _base;
int _flag;
int _file;
int _charbuf;
int _bufsiz;
char* _tmpfname;
} FILE;