shithub: dumb

ref: 161758dd0a5d7bd0e07fdc596db4e24f1ca107ac
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