[][src]Function avr_libc::fscanf

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

The function \c fscanf performs formatted input, reading the input data from \c stream.

See vfscanf() for details.