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