--- a/docs/Writerside/topics/string.h.md Tue Feb 11 19:55:32 2025 +0100 +++ b/docs/Writerside/topics/string.h.md Tue Feb 11 20:10:29 2025 +0100 @@ -1,7 +1,7 @@ # String <warning> -Outdated - Rewrite! +Outdated Section - will be updated soon! </warning> UCX strings come in two variants: immutable (`cxstring`) and mutable (`cxmutstr`). @@ -19,6 +19,7 @@ As a rule of thumb, you _should not_ pass the strings of a UCX string structure to another API without explicitly ensuring that the string is zero-terminated. +<!-- ## Basics ### cx_mutstr @@ -104,3 +105,10 @@ ### cx_strtous_lc ### cx_strtouz_lc ### cx_strtoz_lc +--> + +<seealso> +<category ref="apidoc"> +<a href="https://ucx.sourceforge.io/api/string_8h.html">string.h</a> +</category> +</seealso>