home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_progs / prog_c / handler.lzh / HANDLER / MY-HANDLER.H < prev    next >
Encoding:
C/C++ Source or Header  |  1991-11-01  |  325 b   |  18 lines

  1. /* my-handler.h - Phillip Lindsay (C) Commodore 1986
  2.  *  You may freely distribute this source and use it for Amiga Development -
  3.  *  as long as the Copyright notice is left intact.
  4.  *
  5.  *  globals and misc. data structures 
  6.  */
  7.  
  8.  
  9. /* global functions */
  10.  
  11. #ifdef DEBUG
  12.  
  13. extern long kprintf();
  14.  
  15. #endif
  16.  
  17. /* EOF - my-handler.h */
  18.