System V function calls to signal()
Doug Gwyn
gwyn at smoke.BRL.MIL
Thu Nov 16 11:32:23 AEST 1989
In article <13842 at orstcs.CS.ORST.EDU> duvalj at bionette.cgrb.orst.edu.UUCP (Joe Duval - Entomology) writes:
> I have tried signal and ssignal both with no luck. I am sure that is
> in my logic.
Your signal()-using program was essentially correct, except you should
be aware that modern signal handlers return void, not int.
Forget ssignal()/gsignal(); you shouldn't try using those for ANYthing.
More information about the Comp.lang.c
mailing list