shithub: npe

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