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