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