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