shithub: riscv

ref: 8a45afd47d2545b2d85aecf9ec5af90cba3905d3
dir: /sys/src/ape/lib/9/fd2path.c/

View raw version
#include <lib9.h>

extern	int	_FD2PATH(int, char*, int);

int
fd2path(int fd, char *buf, int nbuf)
{
	return _FD2PATH(fd, buf, nbuf);
}