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