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