ucx/string.c

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