shithub: npe

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