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