shithub: npe

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

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

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