code: 9ferno

ref: 7c4e9c492a69a964b6873a6f5e3a90fcc5ece23a
dir: /utils/srclist/Plan9.c/

View raw version
#include	"lib9.h"

char*
mygetwd(char *path, int len)
{
	return getwd(path, len);
}