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