Example
Loading...
Searching...
No Matches
CString.h
Go to the documentation of this file.
1// Copyright. 2019 - 2024 PSBD. All rights reserved.
2
3#pragma once
4
6
7#ifdef __cplusplus
8extern "C" {
9#endif
16CLC_STRUCT(clCString);
17
21CL_DLL void clCString_Free(clCString stringPointer) NOEXCEPT;
22
28CL_DLL const char* clCString_CStr(clCString stringPointer) NOEXCEPT;
29
30#ifdef __cplusplus
31}
32#endif
#define CLC_STRUCT(Name)
Definition CDefinesPrivate.h:24
#define NOEXCEPT
Definition CDefinesPrivate.h:52
#define CL_DLL
Definition CDefinesPrivate.h:21
CL_DLL const char * clCString_CStr(clCString stringPointer) NOEXCEPT
Get ANSI string from clCString.
CL_DLL void clCString_Free(clCString stringPointer) NOEXCEPT
Free memory of clCString.