ref: f207de7119046894c031b89fe934aff4a907c969 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; };