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