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