code: 9ferno

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

View raw version
#include	"lib9.h"

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