[][src]Function avr_libc::sscanf

pub unsafe extern "C" fn sscanf(__buf: *const i8, __fmt: *const i8, ...) -> i16

The function \c sscanf performs formatted input, reading the input data from the buffer pointed to by \c buf.

See vfscanf() for details.