Guardian Programming Reference Summary for C

Functions Summary (R-Z)
Guardian Programming Reference Summary for C522630-001
8-29
STRING_UPSHIFT_
Changes all the alphabetic characters in a string to uppercase.
return value:
SUSPENDPROCESS
(superseded by PROCESS_SUSPEND_) Puts a process or process pair into the
suspended state.
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.
SYSTEMENYRYPOINT_RISC_
The SYSTEMENTRYPOINT_RISC_ procedure, which is defined only for TNS/R
processes, returns either the 32-bit RISC address of the named entry point or, if not
found, the value zero.
#include <cextdecs(STRING_UPSHIFT_)>
short STRING_UPSHIFT_ ( char *in-string /* i */
,short length /* i */
,char *out-string /* o */
,short maxlen ); /* i */
0 = Operation successful
1=Reserved
2 = Parameter error
3 = Bounds error
4 = String too large to fit in out-string
Note. pTAL syntax for this procedure is declared only in the EXTDECS0 file.
#include <cextdecs(SYSTEMENTRYPOINT_RISC_)>
long SYSTEMENTRYPOINT_RISC_ ( char *name /* i */
,short len );/* i */