gfs_pio_eof - check file status
#include <gfarm/gfarm.h> int gfs_pio_eof (GFS_File gf);
The function gfs_pio_eof() tests the end-of-file indicator for the file pointed to by gf.
zero The end-of-file indicator is not set. non-zero The end-of-file indicator is set.
gfs_pio_create(3), gfs_pio_error(3), gfs_pio_open(3)