src/string.c

changeset 806
e06249e09f99
parent 697
ebdce4bf262b
     1.1 --- a/src/string.c	Sun Jan 14 13:13:12 2024 +0100
     1.2 +++ b/src/string.c	Sun Jan 14 13:50:17 2024 +0100
     1.3 @@ -236,6 +236,7 @@
     1.4  #ifndef CX_STRSTR_SBO_SIZE
     1.5  #define CX_STRSTR_SBO_SIZE 512
     1.6  #endif
     1.7 +unsigned const cx_strstr_sbo_size = CX_STRSTR_SBO_SIZE;
     1.8  
     1.9  cxstring cx_strstr(
    1.10          cxstring haystack,

mercurial