shithub: npe

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