Initial version of donated sources by Avertec, 3.4p5.
[tas-yagle.git] / distrib / sources / yagle / xyagle / XYA_error.h
1 /*------------------------------------------------------------\
2 | |
3 | Tool : XYAG |
4 | |
5 | File : Error.h |
6 | |
7 | Authors : Jacomme Ludovic |
8 | |
9 | Date : 01.06.96 |
10 | |
11 \------------------------------------------------------------*/
12
13 /*------------------------------------------------------------\
14 | |
15 | Include Files |
16 | |
17 \------------------------------------------------------------*/
18
19 # ifndef XYA_ERROR
20 # define XYA_ERROR
21
22 /*------------------------------------------------------------\
23 | |
24 | Constants |
25 | |
26 \------------------------------------------------------------*/
27
28 # define XYAG_INFORMATIONS_BUFFER_SIZE 1024
29
30 /*------------------------------------------------------------\
31 | |
32 | Types |
33 | |
34 \------------------------------------------------------------*/
35 /*------------------------------------------------------------\
36 | |
37 | Variables |
38 | |
39 \------------------------------------------------------------*/
40 /*------------------------------------------------------------\
41 | |
42 | Functions |
43 | |
44 \------------------------------------------------------------*/
45
46 extern void XyagFlushErrorMessage();
47 extern void XyagExitErrorMessage();
48 void XyagCleanErrorMessage();
49 void XyagInitializeErrorMessage(char Debug);
50
51 # endif