ref: 6e924e69701ffca777aa88bb9648af9541f53c56 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