ref: 4e1b511d026220c7f5dbe4f62d114bef418cdcf9 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); }