Internal string utility functions. More...
Go to the source code of this file.
Functions | |
char * | CTAI_String_GetPtr (CTA_String hstring) |
Get a pointer to the contents of the string (internal use only!). | |
char * | CTAI_String_Allocate (CTA_String hstr) |
Allocate a string, created from a COSTA string (internal use only!). |
Internal string utility functions.
Definition in file ctai_string.h.
char* CTAI_String_Allocate | ( | CTA_String | hstr | ) |
Allocate a string, created from a COSTA string (internal use only!).
hstr | I handle of string object to use |
char* CTAI_String_GetPtr | ( | CTA_String | hstring | ) |
Get a pointer to the contents of the string (internal use only!).
hstring | I handle of string object |