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