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