shithub: npe

ref: 1c19025d71eec5ca1f70c4bd986e1d1079a10049
dir: /libnpe/dirfd.c/

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

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