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