shithub: npe

ref: 73101d7c240331253c4b80b04520dc118dd8e679
dir: /libnpe/dirfd.c/

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

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