shithub: npe

ref: 7a8cd4cb0b312e13a88d4d3175a839a2536ee4e3
dir: /libnpe/dirfd.c/

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

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