I'm trying to get sprintf working with SDK 17.1.
Basically, I'm struggling getting this simply use-case to work.
char buf[32];
sprintf(buf, "%.3f", 3,5);
I'm not able to find a flag that enables this support. Any assistant would be greatly appreciated.
