src/cx/array_list.h

changeset 926
8fdd8d78c14b
parent 891
49d8cff6f0ee
equal deleted inserted replaced
925:fd6e191f3268 926:8fdd8d78c14b
45 #endif 45 #endif
46 46
47 /** 47 /**
48 * The maximum item size in an array list that fits into stack buffer when swapped. 48 * The maximum item size in an array list that fits into stack buffer when swapped.
49 */ 49 */
50 extern unsigned cx_array_swap_sbo_size; 50 extern const unsigned cx_array_swap_sbo_size;
51 51
52 /** 52 /**
53 * Declares variables for an array that can be used with the convenience macros. 53 * Declares variables for an array that can be used with the convenience macros.
54 * 54 *
55 * @see cx_array_simple_add() 55 * @see cx_array_simple_add()

mercurial