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