gseek, gtell - reposition a file pointer in a GIO stream
SYNOPSIS
#include "gio.h"
int gseek(GFILE *stream, long offset,
int whence);
void grewind(GFILE *stream);
long gtell(GFILE *stream);
DESCRIPTION
See standard man pages for
fseek(3), frewind(3), ftell(3).
See gio for an overview of GIO and comparision to stdio.
FILES
$DDSROOT/include/gio.h
$DDSROOT/lib/$TARCH/libgio.a
AUTHOR
R. L. Selzler, EPTG (Oct 1995)