include/error/style-qt.h
1
2
3 #ifndef ERR_STYLE_QT_34234_H
4 #define ERR_STYLE_QT_34234_H
5
6 #ifdef __cplusplus
7 extern "C" {
8 #endif
9
10 extern err_style_t const err_style_qt_s;
11 #define err_style_qt (&err_style_qt_s)
12
13
14
15
16
17
18
19 extern char const *err_tag_qt (int );
20
21
22
23
24
25
26
27
28 extern void err_style_qt_format (
29 err_formatted_stream_t *,
30 err_v_char_t *,
31 int, int, int,
32 err_msg_info_t,
33 err_location_t const *,
34 char const *, char const *, int,
35 char const *);
36
37 extern err_v_char_t *err_style_qt_post_format (
38 err_formatted_stream_t *,
39 int , int , err_v_char_t const *);
40
41
42 #ifdef __cplusplus
43 }
44 #endif
45
46 #endif