code: 9ferno

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

View raw version
#include	"lib9.h"

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