shithub: npe

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