#include #include char *getwd(char *buf) { return getcwd(buf,MAXPATHLEN); }