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