diff -r 1f40ca07ae1b -r 839fefbdedc7 ucx/cx/string.h --- 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 {