| 
    Example
    
   | 
 
#include "Capsule/CDefinesPrivate.h"

Go to the source code of this file.
Functions | |
| CLC_STRUCT (clCString) | |
| String implementation.   | |
| CL_DLL void | clCString_Free (clCString stringPointer) NOEXCEPT | 
| Free memory of clCString.   | |
| CL_DLL const char * | clCString_CStr (clCString stringPointer) NOEXCEPT | 
| Get ANSI string from clCString.   | |
| CLC_STRUCT | ( | clCString | ) | 
String implementation.
Object handled in Capsule. Need call free by "clCString_Free(clCString stringPointer)"
| CL_DLL const char * clCString_CStr | ( | clCString | stringPointer | ) | 
Get ANSI string from clCString.
| CL_DLL void clCString_Free | ( | clCString | stringPointer | ) | 
Free memory of clCString.