shithub: purgatorio

ref: 063c3f398e949895bb9795539e83a2e0be364376
dir: /utils/srclist/Plan9.c/

View raw version
#include	"lib9.h"

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