shithub: npe

ref: 35e2b5b8391c23f01d41a181bc9d6d9dddd5425f
dir: /libnpe/dirfd.c/

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

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