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