Guardian Procedure Calls Reference Manual (G06.25+)
Guardian Procedure Calls (N)
Guardian Procedure Calls Reference Manual—522629-013
10-58
NUMOUT Procedure
NUMOUT Procedure
Summary
Syntax for C Programmers
Syntax for TAL Programmers
Parameters
Consideration
Related Programming Manual
Summary
The NUMOUT procedure converts unsigned integer values to their ASCII equivalents.
The result is returned right-justified in an array. Any preceding blanks are zero filled.
Syntax for C Programmers
Syntax for TAL Programmers
Parameters
ascii-result output
STRING:ref:*
is an array where the converted value returns. The ASCII representation is right-
justified in
ascii-result[0:width -1]. Any preceding blanks are zero filled.
unsigned-integer input
INT:value
is the value to be converted.
#include <cextdecs(NUMOUT)>
void NUMOUT ( char *ascii-result
,short unsigned-integer
,short base
,short width );
CALL NUMOUT ( ascii-result ! o
,unsigned-integer ! i
,base ! i
,width ); ! i