C++ Client-Side SDK
LaunchDarkly SDK
common
include
launchdarkly
bindings
c
memory_routines.h
Go to the documentation of this file.
1
2
// NOLINTBEGIN modernize-use-using
3
4
#pragma once
5
6
#include <
launchdarkly/bindings/c/export.h
>
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.h
Export macros for C bindings.
LDMemory_FreeString
LDMemory_FreeString(char *string)
Definition:
memory_routines.cpp:5
Generated by
1.9.1