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