summaryrefslogtreecommitdiff
path: root/dmake/dbug/getwd.c
blob: 56e1a03ab7ca9576e73ea09f8175a3fda7d7c801 (plain)
1
2
3
4
5
6
char *
getwd(pathname)
char *pathname;
{
   return("delete this code if your getwd.c works correctly");
}