code: 9ferno

ref: a616b6c8c229a242bcbeefe81978a223fb82d9f0
dir: /utils/srclist/9front.c/

View raw version
#include	"lib9.h"

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