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