You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
503 B
Groff
21 lines
503 B
Groff
.TH carp 3
|
|
.SH NAME
|
|
carp \- print warning diagnostic
|
|
.SH SYNTAX
|
|
.B #include <libowfat/errmsg.h>
|
|
|
|
void \fBcarp\fP(const char *\fImessage\fR, ...);
|
|
.SH DESCRIPTION
|
|
|
|
If \fIerrmsg_iam\fP was called to set the program name, \fIcarp\fP will
|
|
first print that program name and a colon.
|
|
|
|
\fIcarp\fP will print all its arguments to stderr (fd #2).
|
|
|
|
It does not synchronize with any other output method.
|
|
|
|
If you have unflushed data in \fIbuffer_2\fP, it will stay there.
|
|
|
|
.SH "SEE ALSO"
|
|
errmsg(7), buffer_flush(3)
|