summaryrefslogtreecommitdiff
path: root/src/vector.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* src/vector.h: Revert back to doing vector_free(&v)EuAndreh2024-05-311-1/+1
* src/vector.h: Add implementation and tests for vector_contains()EuAndreh2024-05-241-0/+3
* src/vector.{c,h}: Improve code and testsEuAndreh2024-05-241-8/+7
* Add some version of vector.cEuAndreh2024-05-231-0/+29