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