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