shithub: npe

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