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