OctaCore/src/shared/gzstream.hh

9 lines
178 B
C++
Raw Normal View History

2020-07-30 19:58:55 +02:00
#ifndef SHARED_GZSTREAM_HH
#define SHARED_GZSTREAM_HH
#include <sauerlib/stream.hh>
stream *opengzfile(const char *filename, const char *mode, stream *file = nullptr);
#endif