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