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