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