Path: utzoo!utgpu!watmath!grwalter From: grwalter@watmath.waterloo.edu (Fred Walter) Newsgroups: comp.sys.amiga.tech Subject: Re: Overriding ^C trap Message-ID: <24082@watmath.waterloo.edu> Date: 9 Mar 89 04:36:40 GMT References: <9672@bloom-beacon.MIT.EDU> Reply-To: grwalter@watmath.waterloo.edu (Fred Walter) Organization: U. of Waterloo, Ontario Lines: 10 In article <9672@bloom-beacon.MIT.EDU> rlcarr@athena.mit.edu (Rich Carreiro) writes: >I have Lattice C 5.02. I would like to know how to disable CTRL-C checking. #include signal(SIGINT, SIG_IGN); Le Voila ! CTRL-C's are now treated like just another character. fred