ref: 54bac038f411c10a596adf84c06df32f8c7c4c53 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); }