shithub: purgatorio

ref: 5edeca01b0622463a65c126ebcc29314013fd928
dir: /utils/srclist/Plan9.c/

View raw version
#include	"lib9.h"

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