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 >
Wrap
Text File
|
1991-08-10
|
731b
|
16 lines
(*======================================================================*)
(* Amiga Miscellaneous Support Routines *)
(*======================================================================*)
(* Version: 1.00 Author : Dennis Brueni *)
(* Date : 07-13-91 Changes: On/Off replaced with Check *)
(*======================================================================*)
(* This module provides code to automatically trap CTRL-C events *)
(* generated by the user, and then HALT *)
(*======================================================================*)
DEFINITION MODULE CtrlC;
PROCEDURE Check;
END CtrlC.