
  PROCEDURE [XREF] clp$convert_string_to_integer ALIAS 'clpcs2i'
    (    str: string ( * );
     VAR int: clt$integer;
     VAR status: ost$status);

?? PUSH (LISTEXT := ON) ??
*copyc cle$ecc_lexical
*copyc clt$integer
*copyc ost$status
?? POP ??
