code: 9ferno

ref: 12f53a4fac92560dd5db7f1a945532acee655644
dir: /utils/srclist/9front.c/

View raw version
#include	"lib9.h"

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