home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Programmer 7500
/
MAX_PROGRAMMERS.iso
/
INFO
/
C
/
DMAKE37S.ZIP
/
DMAKE
/
DBUG
/
GETWD.C
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1991-05-06
|
106 b
|
7 lines
char *
getwd(pathname)
char *pathname;
{
return("delete this code if your getwd.c works correctly");
}