[][src]Function avr_libc::fprintf

pub unsafe extern "C" fn fprintf(
    __stream: *mut FILE,
    __fmt: *const i8,
     ...
) -> i16

The function \c fprintf performs formatted output to \c stream. See \c vfprintf() for details.