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