vector
vector copied to clipboard
Private functions / #ifndef MAX
This PR just makes a few changes mostly for convenience.
- The functions under "PRIVATE" in
vector.h
are moved to the top ofvector.c
so they can actually stay private. - The definition of MAX is wrapped in
#ifndef MAX
. - The test and example executables are placed in
.gitignore
.