shithub: npe

ref: 0eabd603f8768063fb423d7b065fe1124837e2f2
dir: /libnpe/dirfd.c/

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

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