ucx/cx/string.h

branch
ucx-3.1
changeset 816
839fefbdedc7
parent 748
49a284f61e8c
--- a/ucx/cx/string.h	Sat Apr 20 13:01:58 2024 +0200
+++ b/ucx/cx/string.h	Thu May 23 22:35:45 2024 +0200
@@ -30,7 +30,6 @@
  * \brief Strings that know their length.
  * \author Mike Becker
  * \author Olaf Wintermann
- * \version 3.0
  * \copyright 2-Clause BSD License
  */
 
@@ -41,6 +40,11 @@
 #include "allocator.h"
 
 /**
+ * The maximum length of the "needle" in cx_strstr() that can use SBO.
+ */
+extern unsigned const cx_strstr_sbo_size;
+
+/**
  * The UCX string structure.
  */
 struct cx_mutstr_s {

mercurial