Skip to content
This repository has been archived by the owner on Jan 29, 2023. It is now read-only.

v1.3.0 to convert to h-only style and to optimize code by using passing by `reference` instead of by `value`

Latest
Compare
Choose a tag to compare
@khoih-prog khoih-prog released this 28 Feb 23:03
· 8 commits to master since this release
6266f3f

Releases v1.3.0

  1. Convert to h-only style.
  2. Add example multiFileProject to demo for multiple-file project
  3. Optimize code by using passing by reference instead of by value