✏️ 正在编辑: FILE.h
路径:
/usr/include/bits/types/FILE.h
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
#ifndef __FILE_defined #define __FILE_defined 1 struct _IO_FILE; /* The opaque type of streams. This is the definition used elsewhere. */ typedef struct _IO_FILE FILE; #endif
💾 保存文件
← 返回文件管理器