code: 9ferno

ref: 5567d0285c57c557345a8253748fb2d262d7261b
dir: /utils/srclist/Plan9.c/

View raw version
#include	"lib9.h"

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