shithub: npe

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