office-gobmx/dmake/dbug/getwd.c

7 lines
106 B
C
Raw Normal View History

2000-09-22 09:33:37 -05:00
char *
getwd(pathname)
char *pathname;
{
return("delete this code if your getwd.c works correctly");
}