src/cx/printf.h

changeset 805
26500fc24058
parent 759
475335643af4
child 810
85859399a0cc
     1.1 --- a/src/cx/printf.h	Sat Jan 13 17:51:42 2024 +0100
     1.2 +++ b/src/cx/printf.h	Sun Jan 14 13:13:12 2024 +0100
     1.3 @@ -44,6 +44,12 @@
     1.4  extern "C" {
     1.5  #endif
     1.6  
     1.7 +
     1.8 +/**
     1.9 + * The maximum string length that fits into stack memory.
    1.10 + */
    1.11 +extern unsigned const cx_printf_sbo_size;
    1.12 +
    1.13  /**
    1.14   * A \c fprintf like function which writes the output to a stream by
    1.15   * using a write_func.

mercurial