code: purgatorio

ref: 9ca327dd06c30341d984bff84727ea451b428db7
dir: /utils/srclist/Plan9.c/

View raw version
#include	"lib9.h"

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