MeshLib C Docs
Loading...
Searching...
No Matches
MRTelemetry.h
Go to the documentation of this file.
1#pragma once
2
3#include <MRCMisc/common.h>
4#include <MRCMisc/exports.h>
5
6#ifdef __cplusplus
7extern "C" {
8#endif
9
10
18MRC_API int MR_intLog2(MR_uint64_t n);
19
20#ifdef __cplusplus
21} // extern "C"
22#endif
MRC_API int MR_intLog2(MR_uint64_t n)