code: 9ferno

ref: 7c22230886134121893f02ee283da85f3a6807e6
dir: /utils/srclist/Plan9.c/

View raw version
#include	"lib9.h"

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