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