{
{   The purpose  of  this  request  is  to  convert  an  integer to its string
{ representation in a specified radix.  The result is left  justified  in  the
{ returned  string.   If  the  integer is negative, the first character of the
{ result is a minus sign (-).  If the specified radix is greater than ten  and
{ the  leftmost  digit of the result is greater than nine, then a leading zero
{ digit is added to the result.
{
{       CLP$CONVERT_INTEGER_TO_STRING (INT, RADIX, INCLUDE_RADIX_SPECIFIER,
{         STR, STATUS)
{
{ INT: (input) This parameter specifies the integer to be converted.
{
{ RADIX:  (input)  This  parameter  specifies the radix in which the integer's
{       value is to be represented.
{
{ INCLUDE_RADIX_SPECIFIER:  (input)  This  parameter  specifies  whether   the
{       representation  of the radix is to be included in the resulting string
{       -- e.g.  (16) for a number with a radix of 16.
{
{ STR: (output) This parameter specifies  the  string  representation  of  the
{       integer.
{
{ STATUS: (output) This parameter specifies the request status.
{       CONDITIONS: none
{       IDENTIFIER: 'CL'
{
