stdio.h 头文件中,有以下内容(用内部行号解释): /* The opaque type of streams. This is the definition used elsewhere. */ typedef struct _IO_FILE FILE; ... #include <libio.h> ... /* Standard streams. */ extern struct _IO_FILE *stdin; /* Standard input stream. */ extern…