shithub: npe

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

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

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