code: 9ferno

ref: 6bb619c8db2867ddd9cd19c0aec05065f5ee0cae
dir: /utils/srclist/Plan9.c/

View raw version
#include	"lib9.h"

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