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