ref: a39ae178fcc4387fe63efea4d15b34d52f4a13de dir: /utils/srclist/Nt.c/
#include <windows.h> #include "lib9.h" char* mygetwd(char *path, int len) { return getcwd(path, len); }