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