MetaWear C++ API
0.18.0
C++ implementation of the MetaWear protocol
src
metawear
platform
memory.h
Go to the documentation of this file.
1
6
#pragma once
7
8
#include "
dllmarker.h
"
9
10
#ifdef __cplusplus
11
extern
"C"
{
12
#endif
13
18
METAWEAR_API
void
mbl_mw_memory_free
(
void
* ptr);
19
20
#ifdef __cplusplus
21
}
22
#endif
dllmarker.h
Macros for identifying exported functions.
mbl_mw_memory_free
METAWEAR_API void mbl_mw_memory_free(void *ptr)
Frees allocated memory.
METAWEAR_API
#define METAWEAR_API
Indicates the function should be exported to the symbol table.
Definition:
dllmarker.h:27
Generated by
1.8.14