home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga ISO Collection
/
AmigaUtilCD2.iso
/
Programming
/
Misc
/
CLISP-1.LHA
/
CLISP960530-sr.lha
/
amiga
/
jchlib
/
startup
/
def_handle.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
C/C++ Source or Header
|
1996-04-15
|
219 b
|
9 lines
#include <exec/types.h>
#include <libraries/dos.h>
/* Only define these by default so that your program (and CLISP) can
* define it itself (not really useful). */
BPTR Input_handle = NULL;
BPTR Output_handle = NULL;