printf

Prints a formatted string.

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

Parameters

format const(char)*

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

Return Value

Type: int

On success, the total number of characters written is returned.

Meta