shithub: npe

ref: 3265f44938f2d6d8e954feac427aaf48a7c31b42
dir: /libnpe/_dirent.h/

View raw version
struct DIR {
	Dir *d;
	struct dirent de;
	int fd;
	long n; /* number of entries in d */
	long i; /* current entry to return from readdir */
};