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