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