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