shithub: dumb

ref: a3edc4c2416e94486f5408436baf26d37d210535
dir: /include/internal/dumbfile.h/

View raw version
#ifndef DUMBFILE_H
#define DUMBFILE_H

#include "../dumb.h"

struct DUMBFILE {
    const DUMBFILE_SYSTEM *dfs;
    void *file;
    long pos;
};

#endif // DUMBFILE_H