shithub: npe

ref: 9b9baca20eb6f5b86c460b5e7c0d3733fd5c6983
dir: /libnpe/dirfd.c/

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

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