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