diff -r 7dfa5bcf39ee -r 88a9ee79c102 docs/api-2.1/structscstr__t.html --- a/docs/api-2.1/structscstr__t.html Wed Jan 22 21:02:46 2025 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,99 +0,0 @@ - - - - - - - -ucx: scstr_t Struct Reference - - - - - - - - - -
-
- - - - - - - -
-
ucx -
-
UAP Common Extensions
-
-
- - - - - - - - -
-
- - -
- -
- -
-
-
-Data Fields
-
-
scstr_t Struct Reference
-
-
- -

The UCX string structure for immutable (constant) strings. - More...

- -

#include <string.h>

- - - - - - - - -

-Data Fields

-const char * ptr
 A constant pointer to the immutable string (not necessarily NULL-terminated)
 
-size_t length
 The length of the string.
 
-

Detailed Description

-

The UCX string structure for immutable (constant) strings.

-

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