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