dmake/dmake/dbug/getwd.c

7 lines
106 B
C

char *
getwd(pathname)
char *pathname;
{
return("delete this code if your getwd.c works correctly");
}