git: purgatorio

ref: a3cd9d6083f95a7442935c6f623c7655447215a4
dir: /utils/srclist/Plan9.c/

View raw version
#include	"lib9.h"

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