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