shithub: npe

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