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