office-gobmx/dmake/dbug/getwd.c
Jens-Heiner Rechtien b501a54cf9 initial import
2000-09-22 14:33:37 +00:00

6 lines
106 B
C

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