ref: bd64760ce92e4da423a9330021e8f09b0de5fc73 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 */ };