code: 9ferno

ref: 1882e954b0a8bdca38eff596783be26ca466f944
dir: /utils/srclist/Plan9.c/

View raw version
#include	"lib9.h"

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