shithub: npe

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