IOS_$SEEK_TO_BOF Domain/OS IOS_$SEEK_TO_BOF
NAME
ios_$seek_to_bof - seek to the beginning of an object
SYNOPSIS (C)
#include <apollo/base.h>
#include <apollo/ios.h>
void ios_$seek_to_bof(
ios_$id_t &stream_id,
status_$t *status)
SYNOPSIS (Pascal)
%include '/sys/ins/base.ins.pas';
%include '/sys/ins/ios.ins.pas';
procedure ios_$seek_to_bof(
in stream_id: ios_$id_t;
out status: status_$t);
SYNOPSIS (FORTRAN)
%include '/sys/ins/base.ins.ftn'
%include '/sys/ins/ios.ins.ftn'
integer*2 stream_id
integer*4 status
call ios_$seek_to_bof(stream_id, status)
DESCRIPTION
Ios_$seek_to_bof resets the stream marker to the beginning of the object
(BOF).
stream_id
The ID of the stream to reset.
status
The completion status.
SEE ALSO
ios_$seek_to_eof.