code: 9ferno

ref: 8ac587c8340d050e20bc25217b3a33227816a5ad
dir: /utils/srclist/Plan9.c/

View raw version
#include	"lib9.h"

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