src/cx/printf.h

changeset 926
8fdd8d78c14b
parent 890
54565fd74e74
equal deleted inserted replaced
925:fd6e191f3268 926:8fdd8d78c14b
46 46
47 47
48 /** 48 /**
49 * The maximum string length that fits into stack memory. 49 * The maximum string length that fits into stack memory.
50 */ 50 */
51 extern unsigned const cx_printf_sbo_size; 51 extern const unsigned cx_printf_sbo_size;
52 52
53 /** 53 /**
54 * 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
55 * using a write_func. 55 * using a write_func.
56 * 56 *

mercurial