ucx
UAP Common Extensions
Loading...
Searching...
No Matches
Data Fields
cx_mutstr_s Struct Reference

The UCX string structure. More...

#include <string.h>

Data Fields

char * ptr
 A pointer to the string.
 
size_t length
 The length of the string.
 

Detailed Description

The UCX string structure.

Field Documentation

◆ ptr

char* cx_mutstr_s::ptr

A pointer to the string.

Note
The string is not necessarily NULL terminated. Always use the length.

The documentation for this struct was generated from the following file: