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