src/cx/printf.h

changeset 805
26500fc24058
parent 759
475335643af4
child 810
85859399a0cc
equal deleted inserted replaced
804:5136f2fc32ec 805:26500fc24058
41 #include <stdarg.h> 41 #include <stdarg.h>
42 42
43 #ifdef __cplusplus 43 #ifdef __cplusplus
44 extern "C" { 44 extern "C" {
45 #endif 45 #endif
46
47
48 /**
49 * The maximum string length that fits into stack memory.
50 */
51 extern unsigned const cx_printf_sbo_size;
46 52
47 /** 53 /**
48 * A \c fprintf like function which writes the output to a stream by 54 * A \c fprintf like function which writes the output to a stream by
49 * using a write_func. 55 * using a write_func.
50 * 56 *

mercurial