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