src/printf.c

changeset 926
8fdd8d78c14b
parent 890
54565fd74e74
equal deleted inserted replaced
925:fd6e191f3268 926:8fdd8d78c14b
32 #include <string.h> 32 #include <string.h>
33 33
34 #ifndef CX_PRINTF_SBO_SIZE 34 #ifndef CX_PRINTF_SBO_SIZE
35 #define CX_PRINTF_SBO_SIZE 512 35 #define CX_PRINTF_SBO_SIZE 512
36 #endif 36 #endif
37 unsigned const cx_printf_sbo_size = CX_PRINTF_SBO_SIZE; 37 const unsigned cx_printf_sbo_size = CX_PRINTF_SBO_SIZE;
38 38
39 int cx_fprintf( 39 int cx_fprintf(
40 void *stream, 40 void *stream,
41 cx_write_func wfc, 41 cx_write_func wfc,
42 const char *fmt, 42 const char *fmt,

mercurial