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