libcvector2

Ansi c implementation of dynamic arrays
  http://sourceforge.net/projects/cvector/
  0
  no reviews



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.