shithub: npe

ref: 01554ffb5ab1f016a2c1c9a97245c80cd584b90b
dir: npe/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 */
};