OctaCore/src/shared/gzstream.hh

9 lines
178 B
C++

#ifndef SHARED_GZSTREAM_HH
#define SHARED_GZSTREAM_HH
#include <sauerlib/stream.hh>
stream *opengzfile(const char *filename, const char *mode, stream *file = nullptr);
#endif