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