pub unsafe extern "C" fn lwprintf_printf_ex(
lwobj: *mut lwprintf_s,
format: *const c_char,
...
) -> c_intExpand description
Print formatted data to the output.
ยงArguments
lwobj- LwPRINTF instance. Set to NULL to use default instance.format- C string that contains the text to be written to output....- Optional arguments for format string.