diff -r 92e482410453 -r d345541018fa docs/api-2.1/structsstr__t.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/docs/api-2.1/structsstr__t.html Sat Feb 06 19:11:44 2021 +0100 @@ -0,0 +1,99 @@ + + + + + + + +ucx: sstr_t Struct Reference + + + + + + + + + +
+
+ + + + + + + +
+
ucx +
+
UAP Common Extensions
+
+
+ + + + + + + + +
+
+ + +
+ +
+ +
+
+
+Data Fields
+
+
sstr_t Struct Reference
+
+
+ +

The UCX string structure. + More...

+ +

#include <string.h>

+ + + + + + + + +

+Data Fields

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

Detailed Description

+

The UCX string structure.

+

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