shithub: npe

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