ucx/string.c

branch
ucx-3.1
changeset 816
839fefbdedc7
parent 748
49a284f61e8c
equal deleted inserted replaced
815:1f40ca07ae1b 816:839fefbdedc7
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