home *** CD-ROM | disk | FTP | other *** search
Modula Definition | 1991-08-10 | 731 b | 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.
-