IO と File

struct RFile

struct RFile {
    struct RBasic basic;
    struct OpenFile *fptr;
};
IO と File の実体。