Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 196 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 196 Bytes

Vector genericity dumb implementation in C

This is a really dumb implementation of generic vectors. It doesn't use the C11 _Generic feature (it might be a good idea for more complex helpers).