dmake/dmake/dbug/getwd.c
2017-05-14 19:59:26 -05:00

7 lines
106 B
C

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