Guardian Procedure Calls Reference Manual
Examples
C Example
if (SIGACTION_INIT_ ( myhandler ) != 0)
/* handle error */
TAL Example
error := SIGACTION_INIT_ ( @SIG_HANDLER );
IF error=<>0 THEN
errnoval := ERRNO_GET_;
Related Programming Manual
For programming information about the SIGACTION_INIT_ procedure, see the Guardian
Programmer's Guide.
SIGACTION_INIT_ Procedure 1365