shithub: npe

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