ref: 0f6f4d82ebd96a0e88efa9492a2038f23a2dcbf6 dir: /include/internal/dumbfile.h/
#ifndef DUMBFILE_H #define DUMBFILE_H #include "../dumb.h" struct DUMBFILE { const DUMBFILE_SYSTEM *dfs; void *file; long pos; }; #endif // DUMBFILE_H