src/cx/string.h

changeset 806
e06249e09f99
parent 759
475335643af4
     1.1 --- a/src/cx/string.h	Sun Jan 14 13:13:12 2024 +0100
     1.2 +++ b/src/cx/string.h	Sun Jan 14 13:50:17 2024 +0100
     1.3 @@ -40,6 +40,11 @@
     1.4  #include "allocator.h"
     1.5  
     1.6  /**
     1.7 + * The maximum length of the "needle" in cx_strstr() that can use SBO.
     1.8 + */
     1.9 +extern unsigned const cx_strstr_sbo_size;
    1.10 +
    1.11 +/**
    1.12   * The UCX string structure.
    1.13   */
    1.14  struct cx_mutstr_s {

mercurial