libowfat/buffer/diesys.3
2020-07-14 16:07:30 +00:00

19 lines
392 B
Groff

.TH die 3
.SH NAME
die \- print warning diagnostic and abort program
.SH SYNTAX
.B #include <libowfat/errmsg.h>
void \fBdie\fP(int \fIexitcode\fP, const char *\fImessage\fR, ...);
.SH DESCRIPTION
\fIdiesys\fP is like \fIdie\fP, but it will also print a string
representation of the system error code (from errno).
.SH NOTE
This function does not return.
.SH "SEE ALSO"
errmsg(7), die(3)