
  PROCEDURE [XREF] clp$convert_string_to_real
    (    str: string ( * );
     VAR real_number: clt$real;
     VAR status: ost$status);

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