home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 2
/
Apprentice-Release2.iso
/
Source Code
/
C
/
Applications
/
Gnuplot 3.5
/
source
/
dummyroutines.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1993-11-11
|
283 b
|
17 lines
|
[
TEXT/R*ch
]
#include <stdio.h>
#ifdef THINK_C
#include "plot.h"
#include "tout_protos.h"
#endif
int chdir(char *fn)
{
fprintf(stderr,"Sorry, I cannot chdir to %s.\n", fn);
return((int) -1);
}
char *getcwd(char *fn,int len){
fprintf(stderr,"Sorry, I cannot getcwd.\n");
return ("");
}