summaryrefslogtreecommitdiff
path: root/devdocs/c/string.html
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2024-04-07 13:41:34 -0500
committerCraig Jennings <c@cjennings.net>2024-04-07 13:41:34 -0500
commit754bbf7a25a8dda49b5d08ef0d0443bbf5af0e36 (patch)
treef1190704f78f04a2b0b4c977d20fe96a828377f1 /devdocs/c/string.html
new repository
Diffstat (limited to 'devdocs/c/string.html')
-rw-r--r--devdocs/c/string.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/devdocs/c/string.html b/devdocs/c/string.html
new file mode 100644
index 00000000..77b470d2
--- /dev/null
+++ b/devdocs/c/string.html
@@ -0,0 +1,10 @@
+ <h1 id="firstHeading" class="firstHeading">Strings library</h1> <h3 id="Null-terminated_byte_string_management"> <a href="string/byte" title="c/string/byte"> Null-terminated byte string management</a>
+</h3> <h3 id="Null-terminated_multibyte_string_management"> <a href="string/multibyte" title="c/string/multibyte"> Null-terminated multibyte string management</a>
+</h3> <h3 id="Null-terminated_wide_string_management"> <a href="string/wide" title="c/string/wide"> Null-terminated wide string management</a>
+</h3> <h3 id="See_also"> See also</h3> <table class="t-dsc-begin"> <tr class="t-dsc"> <td colspan="2"> <span><a href="https://en.cppreference.com/w/cpp/string" title="cpp/string">C++ documentation</a></span> for <span class=""><span>Strings library</span></span> </td>
+</tr> </table> <div class="_attribution">
+ <p class="_attribution-p">
+ &copy; cppreference.com<br>Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.<br>
+ <a href="https://en.cppreference.com/w/c/string" class="_attribution-link">https://en.cppreference.com/w/c/string</a>
+ </p>
+</div>