home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Black Box 4
/
BlackBox.cdr
/
proglang
/
dmake38s.arj
/
GETWD.C
< prev
next >
Wrap
C/C++ Source or Header
|
1992-01-23
|
106b
|
7 lines
char *
getwd(pathname)
char *pathname;
{
return("delete this code if your getwd.c works correctly");
}