ref: 70eb96f88f3c6fa0f66d67ba469a07cfa4e13193 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); }