
{* ZCYPGNB  cyp$get_next_binary *}

  PROCEDURE [XREF] cyp$get_next_binary ALIAS 'ZCYPGNB'
   (    binary_file: cyt$file;
        pointer_to_target: ^SEQ ( * );
    VAR file_key: integer;
    VAR number_of_cells_read: integer;
    VAR status: ost$status);

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