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