shithub: purgatorio

ref: 654935ba71201d7215d9fcd96181a330ec6ff617
dir: /utils/srclist/Plan9.c/

View raw version
#include	"lib9.h"

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