shithub: dumb

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