ref: c0cbe87b357a4464a7d10ab8f38a65c77ea3b629 dir: /utils/srclist/Posix.c/
#include "lib9.h" #undef getwd #undef getwd #include <unistd.h> char* mygetwd(char *path, int len) { return getcwd(path, len); }