shithub: npe

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