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