home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / SOURCE / D / CLISP / CLISPSRC.TAR / clisp-1995-01-01 / amiga / jchlib / startup / def_handle.c < prev    next >
Encoding:
C/C++ Source or Header  |  1994-10-24  |  219 b   |  9 lines

  1. #include <exec/types.h>
  2. #include <libraries/dos.h>
  3.  
  4. /* Only define these by default so that your program (and CLISP) can
  5.  * define it itself (not really useful). */
  6.  
  7. BPTR Input_handle = NULL;
  8. BPTR Output_handle = NULL;
  9.