core.sys.netbsd.err
D header file for NetBSD err.h.
Copyright
Copyright © 2019, The D Language Foundation
Functions 12
fn
void err(int eval, scope const char * fmt, ...)fn
void errc(int eval, int code, scope const char * fmt, ...)fn
void errx(int eval, scope const char * fmt, ...)fn
void warn(scope const char * fmt, ...)fn
void warnc(int code, scope const char * fmt, ...)fn
void warnx(scope const char * fmt, ...)fn
void verr(int eval, scope const char * fmt, va_list args)fn
void verrc(int eval, int code, scope const char * fmt, va_list args)fn
void verrx(int eval, scope const char * fmt, va_list args)fn
void vwarn(scope const char * fmt, va_list args)fn
void vwarnc(int code, scope const char * fmt, va_list args)fn
void vwarnx(scope const char * fmt, va_list args)