code: purgatorio

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

View raw version
#include	"lib9.h"

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