shithub: npe

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

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

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