scanf

Reads a data from stdin with a given format.

extern (C) nothrow @nogc pragma(scanf) extern @trusted pure
int
scanf
(
const(char)* format
,)

Parameters

format const(char)*

The format string. ... = Arguments following format.

Return Value

Type: int

The amount of items successfully filled.

Meta