shithub: purgatorio

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

View raw version
#include	"lib9.h"

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