
  PROCEDURE [XREF] clp$convert_integer_to_string ALIAS 'clpci2s'
    (    int: integer;
         radix: 2 .. 16;
         include_radix_specifier: boolean;
     VAR str: ost$string;
     VAR status: ost$status);

?? PUSH (LISTEXT := ON) ??
*copyc ost$status
*copyc ost$string
?? POP ??
