C++ Client-Side SDK
LaunchDarkly SDK
memory_routines.h
Go to the documentation of this file.
1 
2 // NOLINTBEGIN modernize-use-using
3 
4 #pragma once
5 
7 #include <stdbool.h>
8 
9 #ifdef __cplusplus
10 extern "C" { // only need to export C interface if
11 // used by C++ source code
12 #endif
13 
19 LD_EXPORT(void)
20 LDMemory_FreeString(char* string);
21 
22 #ifdef __cplusplus
23 }
24 #endif
25 
26 // NOLINTEND modernize-use-using
Export macros for C bindings.
LDMemory_FreeString(char *string)
Definition: memory_routines.cpp:5