shithub: npe

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