shithub: npe

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