ucx/string.c

changeset 818
bc782cca0759
parent 816
839fefbdedc7
equal deleted inserted replaced
817:22257f6d06a3 818:bc782cca0759
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