git: purgatorio

ref: 997b975323c0454493777e70e836e15390d22ed1
dir: /utils/srclist/Plan9.c/

View raw version
#include	"lib9.h"

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