shithub: npe

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