File: msg.3

package info (click to toggle)
libowfat 0.34-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,288 kB
  • sloc: ansic: 20,181; makefile: 16
file content (20 lines) | stat: -rw-r--r-- 490 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.TH msg 3
.SH NAME
msg \- print diagnostic
.SH SYNTAX
.B #include <libowfat/errmsg.h>

void \fBmsg\fP(const char *\fImessage\fR, ...);
.SH DESCRIPTION

If \fIerrmsg_iam\fP was called to set the program name, \fImsg\fP will
first print that program name and a colon.

\fImsg\fP will print all its arguments to stdout (fd #1).

It does not synchronize with any other output method.

If you have unflushed data in \fIbuffer_1\fP, it will stay there.

.SH "SEE ALSO"
errmsg(7), buffer_flush(3)