core.sys.linux.err
D header file for Linux err.h.
Copyright
Copyright © 2019, The D Language Foundation
Functions 8
fn
void err(int eval, scope const char * fmt, ...)fn
void errx(int eval, scope const char * fmt, ...)fn
void warn(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 verrx(int eval, scope const char * fmt, va_list args)fn
void vwarn(scope const char * fmt, va_list args)fn
void vwarnx(scope const char * fmt, va_list args)