ref: b6a5e7f9af746f6459a01a480564839ff3a35c6c dir: /libnpe/_dirent.h/
struct DIR { Dir *d; struct dirent de; int fd; long n; /* number of entries in d */ long i; /* current entry to return from readdir */ };