vector icon indicating copy to clipboard operation
vector copied to clipboard

Private functions / #ifndef MAX

Open vtrlx opened this issue 4 years ago • 0 comments

This PR just makes a few changes mostly for convenience.

  • The functions under "PRIVATE" in vector.h are moved to the top of vector.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.

vtrlx avatar Oct 03 '20 13:10 vtrlx