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:
C/C++ Source or Header  |  1996-04-15  |  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.