code: purgatorio

ref: 05d9123a707dec0eaa0ab079b94e69cdb750c6db
dir: /utils/srclist/Plan9.c/

View raw version
#include	"lib9.h"

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