macro_rules! lwprintf_sprintf {
($buf:expr, $format:expr, $( $args:expr ),* ) => { ... };
}Expand description
Write formatted data from variable argument list to sized buffer with default LwPRINTF instance.
This macro uses lwprintf_snprintf_ex internally with lwobj set to NULL and n set to SIZE_MAX.