There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
Create a c library for a generic implementation of array. These array will be safe: there should not be possible to overflow the region of the array, there should not be any possibility of segmentation fault.