ref: af02270ac43f4739e12d716f2d2a261a292ea7ea 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