shithub: npe

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