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