shithub: fsgen

ref: bbb0304c787f639192e9882710d6c8896eaea7b9
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);