src/string.c

changeset 806
e06249e09f99
parent 697
ebdce4bf262b
equal deleted inserted replaced
805:26500fc24058 806:e06249e09f99
234 } 234 }
235 235
236 #ifndef CX_STRSTR_SBO_SIZE 236 #ifndef CX_STRSTR_SBO_SIZE
237 #define CX_STRSTR_SBO_SIZE 512 237 #define CX_STRSTR_SBO_SIZE 512
238 #endif 238 #endif
239 unsigned const cx_strstr_sbo_size = CX_STRSTR_SBO_SIZE;
239 240
240 cxstring cx_strstr( 241 cxstring cx_strstr(
241 cxstring haystack, 242 cxstring haystack,
242 cxstring needle 243 cxstring needle
243 ) { 244 ) {

mercurial