Skip to content

Releases: WhoBrokeTheBuild/cflags

Version 3.0.3

04 May 20:09
cc3ea1b
Compare
Choose a tag to compare

Version 3.0.2

31 Jul 22:08
b874838
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.1...v3.0.2

Version 3.0.0

02 Apr 16:33
14acdd7
Compare
Choose a tag to compare
Add C++ specific version
Allow for passthrough arguments by specifying --
Add basic error handling for
* unrecognized arguments
* arguments that require values
If an error is encountered, it is printed and parse() returns false
Add parsing logic and C++ example to README
Add C++ guards to C version
Switch from scanf to strtol/strtof