MeshLib C Docs
Loading...
Searching...
No Matches
MRBitCast.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
13MRC_API int MR_bit_cast(const float *from);
14
15#ifdef __cplusplus
16} // extern "C"
17#endif
MRC_API int MR_bit_cast(const float *from)
#define MRC_API
Definition include/MRCMisc/exports.h:11