#include "lib9.h" #undef getwd #undef getwd #include char* mygetwd(char *path, int len) { return getcwd(path, len); }