Lucien Cartier-Tilet
988420a27c
For some reasons, I cannot compile correctly this library with inline functions using Meson and Ninja (commit adding Meson build file incoming). Some attributes are also added, such as an attribute for all functions receiving pointers as arguments telling these arguments cannot be null. |
||
---|---|---|
.clang-format | ||
.gitignore | ||
README.org | ||
vector.c | ||
vector.h |
CVec: A Simple Vector Implementation in C
What is this project?
CVec is a simple Vector implementation in C, inspired by C++’s std::vector
and Rust’s std::vec::Vec
. It doesn’t try to be on par with these in terms of
features, but simply tries to provide basic features most people will find
useful.