shithub: npe

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