shithub: fsgen

ref: 0ad44955a094502fa3bf9a5cef637bc62072f91c
dir: /fns.h/

View raw version
void vfileinit(void);
VFile *addfile(char *path);
VFile *getfile(char *path);
int getnfiles(void);
void foreachfile(void (*f)(VFile*,void*), void*);

void genqids(VFile*,void*);
void printqids(void);

void printgenfunc(VFile*, char*);
void printgenfuncend(VFile*, char*);
void printfs(void);
void printpre(void);

void printauxvars(void);