shithub: npe

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