diff -r fd6e191f3268 -r 8fdd8d78c14b src/printf.c --- a/src/printf.c Sat Oct 12 19:41:04 2024 +0200 +++ b/src/printf.c Sun Oct 13 14:06:32 2024 +0200 @@ -34,7 +34,7 @@ #ifndef CX_PRINTF_SBO_SIZE #define CX_PRINTF_SBO_SIZE 512 #endif -unsigned const cx_printf_sbo_size = CX_PRINTF_SBO_SIZE; +const unsigned cx_printf_sbo_size = CX_PRINTF_SBO_SIZE; int cx_fprintf( void *stream,