ucx/string.c

branch
ucx-3.1
changeset 816
839fefbdedc7
parent 748
49a284f61e8c
--- a/ucx/string.c	Sat Apr 20 13:01:58 2024 +0200
+++ b/ucx/string.c	Thu May 23 22:35:45 2024 +0200
@@ -236,6 +236,7 @@
 #ifndef CX_STRSTR_SBO_SIZE
 #define CX_STRSTR_SBO_SIZE 512
 #endif
+unsigned const cx_strstr_sbo_size = CX_STRSTR_SBO_SIZE;
 
 cxstring cx_strstr(
         cxstring haystack,

mercurial