libressl_d.compat.err

Undocumented in source.

Public Imports

core.stdc.errno
public import core.stdc.errno;
core.stdc.stdarg
public import core.stdc.stdarg;
libressl_d.compat.stdio
public import libressl_d.compat.stdio;
libressl_d.compat.stdlib
public import libressl_d.compat.stdlib;
libressl_d.compat.string
public import libressl_d.compat.string;

Members

Functions

err
void err(int eval, const(char)* fmt, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
errx
void errx(int eval, const(char)* fmt, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
warn
void warn(const(char)* fmt, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
warnx
void warnx(const(char)* fmt, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta