shithub: npe

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