code: 9ferno

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

View raw version
#include	"lib9.h"

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