Varadic in C: va_args won't work with float - How to configure?
Hi!I'm using varadic in C and it seems that when I'm using float with va_args I get HardFault.I have a runable example here: https://onlinegdb.com/2c6Q1hR-ZBMy question is: Why does I get a hardfault here? How can I solve this? Is there any flags in ...