tinyprintf
tinyprintf copied to clipboard
Using stddef.h and fixing warning
size_t is provided by the stddef.h header file. This will make tinyprintf compile with the IAR compiler for ARM Cortex-M. I also fixed a fallthrough warning that gcc complains about.