code: purgatorio

ref: 606901dc5da9cb09acb5593c5cf74ce1b52ca6e2
dir: /utils/srclist/Plan9.c/

View raw version
#include	"lib9.h"

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