#include "lib9.h" #undef getwd #include char * infgetwd(char *buf, int size) { return getcwd(buf, size); }