code: 9ferno

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

View raw version
#include	"lib9.h"

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