ucx
UAP Common Extensions
|
The UCX string structure for immutable (constant) strings. More...
#include <string.h>
Data Fields | |
char const * | ptr |
A pointer to the immutable string. | |
size_t | length |
The length of the string. | |
The UCX string structure for immutable (constant) strings.
char const* cx_string_s::ptr |
A pointer to the immutable string.
NULL
terminated. Always use the length.