git: purgatorio

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

View raw version
#include	"lib9.h"

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