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