code: 9ferno

ref: 72db5b394c55a4fecc11f7af3faad04b5bc755ba
dir: /utils/srclist/9front.c/

View raw version
#include	"lib9.h"

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