core.sys.darwin.err
D header file for Darwin err.h.
Copyright
Copyright © 2019, The D Language Foundation
alias ExitFunction
Types 1
aliasExitFunction = void function(int)
Functions 14
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)fn
void err_set_file(void * vfp)fn
void err_set_exit(ExitFunction exitf)