MetaWear C++ API  0.20.0
C++ implementation of the MetaWear protocol
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 
19 
20 #ifdef __cplusplus
21 }
22 #endif
Macros for identifying exported functions.
#define METAWEAR_API
Indicates the function should be exported to the symbol table
Definition: dllmarker.h:27
METAWEAR_API void mbl_mw_memory_free(void *ptr)
Frees allocated memory.