Guardian Programming Reference Summary for C

Functions Summary (R-Z)
Guardian Programming Reference Summary for C522630-001
8-22
SHIFTSTRING
(superseded by STRING_UPSHIFT_) Puts all the alphabetic characters in a string in
lowercase or uppercase. Nonalphabetic characters remain unchanged.
This procedure does not have a C syntax, because it is superseded and should not be
used for new development. This procedure is supported only for compatibility with
previous software.
SIGACTION_
SIGACTION_ is the pTAL procedure name for the C sigaction() function. The C
sigaction() function complies with the POSIX.1 standard.
See the $SYSTEM.SYSTEM.HSIGNAL header file for the pTAL prototype definitions.
For a discussion of each parameter and procedure considerations, see the
sigaction(2) function reference page either online or in the Open System Services
System Calls Reference Manual.
SIGACTION_INIT_
Establishes the callers initial state of signal handling if default handling is not desired.
return value:
Note. This procedure can be called only from TNS/R native processes.
Note. This procedure can be called only from TNS/R native processes.
#include <tdmsig.h>
long SIGACTION_INIT_ ( void (* handler) ( int signum
,siginfo_t *
,void * ) ); /* i */
0D = Indicates a successful outcome.
-1D = Indicates an error. The reason for the error is given in the errno variable.
Use the ERRNO_GET_ procedure to obtain the value of errno in a pTAL
program.