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