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#include <stdint.h>
6
7#ifdef __cplusplus
8extern "C" {
9#endif
10
11typedef struct MR_expected_void_std_string MR_expected_void_std_string; // Defined in `#include <MRCMisc/expected_void_std_string.h>`.
12typedef struct MR_std_istream MR_std_istream; // Defined in `#include <MRCMisc/iostream.h>`.
13typedef struct MR_std_ostream MR_std_ostream; // Defined in `#include <MRCMisc/iostream.h>`.
14
15
29
41
42#ifdef __cplusplus
43} // extern "C"
44#endif
struct MR_expected_void_std_string MR_expected_void_std_string
Definition MRCtm.h:20
struct MR_std_ostream MR_std_ostream
Definition MRCtm.h:22
struct MR_std_istream MR_std_istream
Definition MRCtm.h:21
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 int32_t *level)
compress the input data using the Deflate algorithm
#define MRC_API
Definition exports.h:11