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