MeshLib C Docs
Loading...
Searching...
No Matches
iostream.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
9
12
15
19
23
27
31
32#ifdef __cplusplus
33} // extern "C"
34#endif
struct MR_std_ostream MR_std_ostream
Definition MRCtm.h:22
struct MR_std_istream MR_std_istream
Definition MRCtm.h:21
#define MRC_API
Definition exports.h:11
MRC_API MR_std_istream * MR_GetStdCin(void)
MRC_API MR_std_ostream * MR_GetStdClog(void)
MRC_API MR_std_ostream * MR_GetStdCerr(void)
MRC_API MR_std_ostream * MR_GetStdCout(void)