perror

Writes the last reported error to stderr.

extern (C) nothrow @nogc extern @trusted pure
void
perror
(
const(char)* str = null
)

Parameters

str const(char)*

Optional string to preprend to the error.

Meta