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