ucx/string.c

branch
newapi
changeset 253
087cc9216f28
parent 174
0358f1d9c506
equal deleted inserted replaced
252:7d176764756d 253:087cc9216f28
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