1 2 3 4 5 6
char * getwd(pathname) char *pathname; { return("delete this code if your getwd.c works correctly"); }