shithub: fsgen

ref: bbd7d4c6742817c8627f5fb5f55a14c796642234
dir: /fns.h/

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

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

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

void printauxvars(void);