ucx/string.c

changeset 818
bc782cca0759
parent 816
839fefbdedc7
--- a/ucx/string.c	Thu May 23 23:19:06 2024 +0200
+++ b/ucx/string.c	Thu May 23 23:23:36 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