shithub: npe

ref: ebf07866d4c0be18dd2a7dd623e9458220e5ebb1
dir: npe/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 */
};