shithub: npe

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