code: purgatorio

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

View raw version
#include	"lib9.h"

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