home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d0xx / d038 / handler.lha / Handler / my-handler.h < prev    next >
Encoding:
C/C++ Source or Header  |  1986-10-20  |  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.