shithub: npe

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