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