eteran / c-vector

A dynamic array implementation in C similar to the one found in standard C++
MIT License
737 stars 109 forks source link

add cvector_init #51

Closed DDexxeDD closed 1 year ago

DDexxeDD commented 1 year ago

just a convenience function to save a few lines of code when creating a new vector

eteran commented 1 year ago

LGTM!