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