code: purgatorio

ref: 3efb5bbb4061056e523858b134c555949591efe2
dir: /utils/srclist/Plan9.c/

View raw version
#include	"lib9.h"

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