ref: 17039fc93f8eb42fe58797dee5082f486616a6a6 dir: /dat.h/
typedef struct VFile VFile; #pragma varargck type "V" VFile* struct VFile { char *path; int isdir; int hasread; int haswrite; int hasstat; char **parts; VFile *next; };