shithub: npe

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