MeshLib C Docs
Loading...
Searching...
No Matches
MRZlib.h
Go to the documentation of this file.
1#pragma once
2
3#include <MRCMisc/exports.h>
4
5#ifdef __cplusplus
6extern "C" {
7#endif
8
9typedef struct MR_expected_void_std_string MR_expected_void_std_string; // Defined in `#include <MRCMisc/expected_void_std_string.h>`.
10typedef struct MR_std_istream MR_std_istream; // Defined in `#include <MRCMisc/iostream.h>`.
11typedef struct MR_std_ostream MR_std_ostream; // Defined in `#include <MRCMisc/iostream.h>`.
12
13
27
39
40#ifdef __cplusplus
41} // extern "C"
42#endif
struct MR_expected_void_std_string MR_expected_void_std_string
Definition MRCtm.h:19
struct MR_std_ostream MR_std_ostream
Definition MRCtm.h:21
struct MR_std_istream MR_std_istream
Definition MRCtm.h:20
MRC_API MR_expected_void_std_string * MR_zlibDecompressStream(MR_std_istream *in, MR_std_ostream *out)
MRC_API MR_expected_void_std_string * MR_zlibCompressStream(MR_std_istream *in, MR_std_ostream *out, const int *level)
compress the input data using the Deflate algorithm
#define MRC_API
Definition exports.h:11