src/cx/array_list.h

changeset 817
949908c97474
parent 807
c8d692131b1e
child 818
2be8fe3d5a2d
equal deleted inserted replaced
816:425234b05dff 817:949908c97474
92 */ 92 */
93 size_t int2; 93 size_t int2;
94 }; 94 };
95 95
96 /** 96 /**
97 * A default stdlib-based array reallocator.
98 */
99 extern struct cx_array_reallocator_s cx_array_default_reallocator;
100
101 /**
97 * Return codes for cx_array_copy(). 102 * Return codes for cx_array_copy().
98 */ 103 */
99 enum cx_array_copy_result { 104 enum cx_array_copy_result {
100 CX_ARRAY_COPY_SUCCESS, 105 CX_ARRAY_COPY_SUCCESS,
101 CX_ARRAY_COPY_REALLOC_NOT_SUPPORTED, 106 CX_ARRAY_COPY_REALLOC_NOT_SUPPORTED,

mercurial