ref: 76a0d893ecd96f1aa2b25010823428fdd63e7772 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