eyalroz / printf

Tiny, fast(ish), self-contained, fully loaded printf, sprinf etc. implementation; particularly useful in embedded systems.
MIT License
419 stars 52 forks source link

msvc macro fix #143

Closed nil-ref closed 2 years ago

nil-ref commented 2 years ago

printf.h:56 # define ATTR_PRINTF((one_based_format_index), (first_arg)) => # define ATTR_PRINTF(one_based_format_index, first_arg)

eyalroz commented 2 years ago

Duplicate of #126 ?

eyalroz commented 2 years ago

@nil-ref : Please try v6.1.0 RC 1 with this change in place, and let me know if it works well enough for you. I need a bit more user feedback before making the actual release.