ref: 354b56d6bfdca067a6f04a39c4ce4bc9c0160861 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); }