shithub: npe

ref: c653369e862d2b2235133cfcb0391bc4809ce4b1
dir: /libnpe/dirfd.c/

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

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