src/string.c

changeset 806
e06249e09f99
parent 697
ebdce4bf262b
child 890
54565fd74e74
--- a/src/string.c	Sun Jan 14 13:13:12 2024 +0100
+++ b/src/string.c	Sun Jan 14 13:50:17 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