code: purgatorio

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

View raw version
#include	"lib9.h"

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