code: 9ferno

ref: 8bb05d8ca955ed85c7028d74371f1d23ce66a800
dir: /utils/srclist/9front.c/

View raw version
#include	"lib9.h"

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