ucx/cx/string.h

changeset 2
fbdfaacc4182
parent 0
2483f517c562
--- a/ucx/cx/string.h	Mon Jan 22 17:27:47 2024 +0100
+++ b/ucx/cx/string.h	Sat Jan 27 17:50:19 2024 +0100
@@ -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