code: 9ferno

ref: 9c9f06ba448f93278596ac29debca4809f96e43c
dir: /utils/srclist/Plan9.c/

View raw version
#include	"lib9.h"

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