MeshLib C Docs
Loading...
Searching...
No Matches
MRStacktrace.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_std_string MR_std_string; // Defined in `#include <MRCMisc/std_string.h>`.
10
11
18
22
23#ifdef __cplusplus
24} // extern "C"
25#endif
struct MR_std_string MR_std_string
Definition MRE57.h:22
MRC_API MR_std_string * MR_getCurrentStacktraceInline(void)
MRC_API void MR_printStacktraceOnCrash(void)
#define MRC_API
Definition exports.h:11