| 925:fd6e191f3268 | 926:8fdd8d78c14b |
|---|---|
| 40 #include "allocator.h" | 40 #include "allocator.h" |
| 41 | 41 |
| 42 /** | 42 /** |
| 43 * The maximum length of the "needle" in cx_strstr() that can use SBO. | 43 * The maximum length of the "needle" in cx_strstr() that can use SBO. |
| 44 */ | 44 */ |
| 45 extern unsigned const cx_strstr_sbo_size; | 45 extern const unsigned cx_strstr_sbo_size; |
| 46 | 46 |
| 47 /** | 47 /** |
| 48 * The UCX string structure. | 48 * The UCX string structure. |
| 49 */ | 49 */ |
| 50 struct cx_mutstr_s { | 50 struct cx_mutstr_s { |