lwprintf_printf_ex

Function lwprintf_printf_ex 

Source
pub unsafe extern "C" fn lwprintf_printf_ex(
    lwobj: *mut lwprintf_s,
    format: *const c_char,
    ...
) -> c_int
Expand 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.