gclose, gflush - close or flush a GIO stream


SYNOPSIS

#include "gio.h" int gclose(GFILE *stream);
int gflush(GFILE *stream);

DESCRIPTION

See standard man pages for fclose(3), fflush(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)