shithub: npe

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