6 lines
106 B
C
6 lines
106 B
C
char *
|
|
getwd(pathname)
|
|
char *pathname;
|
|
{
|
|
return("delete this code if your getwd.c works correctly");
|
|
}
|