Date: Mon, 1 Feb 1999 20:15:26 -0500 Message-Id: <199902020115.UAA06473@envy.delorie.com> From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: <3.0.6.32.19990201195416.008abbc0@pop.netaddress.com> (message from Paul Derbyshire on Mon, 01 Feb 1999 19:54:16 -0500) Subject: Re: [semi OT] Signal support q References: <3 DOT 0 DOT 6 DOT 32 DOT 19990201195416 DOT 008abbc0 AT pop DOT netaddress DOT com> Reply-To: djgpp AT delorie DOT com > How widespread is signal support beyond DJGPP? I'm given to > understand that it is actually a feature of ANSI C, ANSI only requires raise() and signal() and doesn't define much beyond that. Don't use ANSI as a portability crutch. Borland (16-bit) only really supports divide by zero and Ctrl-C signals.