shithub: npe

ref: 8acdd715b95e8db6822e3d865c93a07ef9a6c266
dir: /libnpe/dirfd.c/

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

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