shithub: dumb

ref: 48db3251cbfa2cd5161de97db9a91f8c3ce53da8
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