home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 549b.lha / M2P_v1.0_sources / source.lzh / CtrlC.def < prev    next >
Text File  |  1991-08-10  |  731b  |  16 lines

  1. (*======================================================================*)
  2. (*                 Amiga Miscellaneous Support Routines                 *)
  3. (*======================================================================*)
  4. (*      Version: 1.00           Author : Dennis Brueni                  *)
  5. (*      Date   : 07-13-91       Changes: On/Off replaced with Check     *)
  6. (*======================================================================*)
  7. (* This module provides code to automatically trap CTRL-C events        *)
  8. (* generated by the user, and then HALT                                 *)
  9. (*======================================================================*)
  10.  
  11. DEFINITION MODULE CtrlC;
  12.  
  13. PROCEDURE Check;
  14.  
  15. END CtrlC.
  16.