ref: 0ec1cfd78b495e9be40e4aa24e35b2aa5d5e5704 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); }