647:2e6e9d9f2159 | 654:c9d008861178 |
---|---|
27 */ | 27 */ |
28 | 28 |
29 #include "cx/array_list.h" | 29 #include "cx/array_list.h" |
30 #include <assert.h> | 30 #include <assert.h> |
31 #include <string.h> | 31 #include <string.h> |
32 #include <stdint.h> | |
33 | 32 |
34 // LOW LEVEL ARRAY LIST FUNCTIONS | 33 // LOW LEVEL ARRAY LIST FUNCTIONS |
35 | 34 |
36 enum cx_array_copy_result cx_array_copy( | 35 enum cx_array_copy_result cx_array_copy( |
37 void **target, | 36 void **target, |