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