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