code: 9ferno

ref: 1738507758d8972877d9ca3dda5431e0e229007a
dir: /utils/srclist/Plan9.c/

View raw version
#include	"lib9.h"

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