ref: 8affbe8ac247f12354241aec1b237d6d0eb7eedd
dir: /fns.h/
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);