git: 9front

ref: 2c9f4c21ad0b5e66f06a3613f6e21d5fe9f0da6a
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);
}