shithub: npe

ref: 91f426bd7c4eacd1656ae8da651eb9deb93d5763
dir: /libnpe/dirfd.c/

View raw version
#include <dirent.h>
#include <errno.h>
#include "_dirent.h"

int
dirfd(DIR *d)
{
	return d->fd;
}