macro_rules! lwprintf_printf {
($format:expr, $( $args:expr ),* ) => { ... };
}Expand description
Print formatted data to the output with default LwPRINTF instance.
This macro uses lwprintf_printf_ex internally with lwobj set to NULL.
macro_rules! lwprintf_printf {
($format:expr, $( $args:expr ),* ) => { ... };
}Print formatted data to the output with default LwPRINTF instance.
This macro uses lwprintf_printf_ex internally with lwobj set to NULL.