
Cvector is an ansi c library which implements dynamic arrays approximating the functionality of the c++ vector class. it provides functions to create and manipulate an abstract vector container. vector elements can be of any datatype.
this package contains files needed for compiling programs using cvector.