ref: 411143094ecd69bc178ca4c22885db49db32f3bb 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