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