blob: 7c92b28fe075ad21be29b0ca5e1abc7bcbd23e5e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
.TH "u8c_abrt" "3" "" "u8c" "u8c API Manual"
.SH NAME
.PP
u8c_abrt - Abort - Abort program with diagnostic information.
.SH DECLARATION
.PP
.nf
\f[C]
/* # include <u8c/main.h> */
# include <u8c/main.h
# define u8c_abrt(why) u8c_abrtfn(__FILE__,(long)__LINE__,__func__,why)
\f[R]
.fi
.SH DESCRIPTION
.PP
The macro \f[B]u8c_abrt\f[R] expands to a valid call to \f[B]u8c_abrtfn\f[R].
.SH VERSION
.PP
u8c 21
|