gzeof

Name

gzeof -- check for end-of-file on a compressed file stream

Synopsis

#include <zlib.h>

int gzeof (gzFile file );

Description

The gzeof() function shall test the compressed file stream file for end of file.

Return Value

If file was open for reading and end of file has been reached, gzeof() shall return 1. Otherwise, gzeof() shall return 0.

Errors

None defined.