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