A C vector library similar to the C++ STL vector. It is written in ANSI C (C89).
It has built in support for int, double, char* types and a void vector that can handle any type (stores it in an internal byte array) and provides constructor/destructor like features.
It also has a template and python script for generating vectors for other specific non-pointer types if you don't want to use the generic void vector. See the documentation (www.robertwinkler.com/Projects/cvector) and the testing code for more information and example usage.
Commercial Use
Modify
Distribute
Sub-License
Private Use
Hold Liable
Include Copyright
Include License
These details are provided for information only. No information here is legal advice and should not be used as such.
There are no reported vulnerabilities
30 Day SummaryNov 24 2025 — Dec 24 2025
|
12 Month SummaryDec 24 2024 — Dec 24 2025
|