macro_rules! lwprintf_vprintf {
( $format:expr, $arg: expr ) => { ... };
}Expand description
Print formatted data from variable argument list to the output with default LwPRINTF instance.
This macro uses lwprintf_vprintf_ex internally with lwobj set to NULL.