code: 9ferno

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

View raw version
#include	"lib9.h"

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