
  PROCEDURE [XREF] dsp$append_file_to_ds_file
    (    file_length: amt$file_byte_address;
         deadstart_file: ost$name;
     VAR file_p: ^SEQ ( * );
     VAR status: ost$status);

?? PUSH (LISTEXT := ON) ??
*copyc amt$file_byte_address
*copyc ost$name
*copyc ost$status
?? POP ??
