[][src]Function avr_libc::vscanf

pub unsafe extern "C" fn vscanf(__fmt: *const i8, __ap: va_list) -> i16

The function \c vscanf performs formatted input from stream \c stdin, taking a variable argument list as in vfscanf().

See vfscanf() for details.