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