Skip to content

v1.1.0 Variadic support

Latest
Compare
Choose a tag to compare
@Kw0rker Kw0rker released this 24 Sep 07:26
· 3 commits to master since this release

Added support for variadic functions by appending casting function signature to so it matches amount of arguments. Maximum about of arguments is set to 25. Double and float are broken due to indirect cast to size_t, can be fixed by passing pointers to floating point number.

Full Changelog: https://github.com/Kw0rker/C-dictionary/commits/v1.1.0