shithub: npe

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