
{* ZCYPGNL  cyp$get_next_line *}

  PROCEDURE [XREF] cyp$get_next_line ALIAS 'ZCYPGNL'
   (    file: cyt$file;
    VAR line: string ( * <= cyc$max_page_width);
    VAR number_of_characters_read: integer;
    VAR status: ost$status);

?? PUSH (LISTEXT := ON) ??
*copyc cyt$file
*copyc ost$status
*copyc cyt$page_width
*copyc cye$exception_conditions
?? POP ??

