shithub: dumb

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