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