ref: da7d6df6faf18e289fe0f3f61524dcc7fddeef18 dir: /utils/srclist/Plan9.c/
#include "lib9.h" char* mygetwd(char *path, int len) { return getwd(path, len); }