code: 9ferno

ref: fb8caa10ab63d72b0ffadd4a6ce592db13672958
dir: /utils/srclist/Plan9.c/

View raw version
#include	"lib9.h"

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