The ssignal function is equivalent to the signal function except
for the return value on error conditions.
Since the signal function is defined by the ANSI C standard and
the ssignal function is not, use signal for greater portability.
See the "Error and Signal Handling" chapter of the HP C RTL
Reference Manual for more information on signal handling.