1 | /**CHeaderFile***************************************************************** |
---|
2 | |
---|
3 | FileName [rt.h] |
---|
4 | |
---|
5 | PackageName [rt] |
---|
6 | |
---|
7 | Synopsis [Regression test] |
---|
8 | |
---|
9 | Description [Manage regression test and make latex table to see the difference.] |
---|
10 | |
---|
11 | Author [HoonSang Jin] |
---|
12 | |
---|
13 | Comment [Documentation under construction] |
---|
14 | |
---|
15 | Copyright [Copyright (c) 1994-1996 The Regents of the Univ. of California. |
---|
16 | All rights reserved. |
---|
17 | |
---|
18 | Permission is hereby granted, without written agreement and without license |
---|
19 | or royalty fees, to use, copy, modify, and distribute this software and its |
---|
20 | documentation for any purpose, provided that the above copyright notice and |
---|
21 | the following two paragraphs appear in all copies of this software. |
---|
22 | |
---|
23 | IN NO EVENT SHALL THE UNIVERSITY OF CALIFORNIA BE LIABLE TO ANY PARTY FOR |
---|
24 | DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT |
---|
25 | OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF |
---|
26 | CALIFORNIA HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
---|
27 | |
---|
28 | THE UNIVERSITY OF CALIFORNIA SPECIFICALLY DISCLAIMS ANY WARRANTIES, |
---|
29 | INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND |
---|
30 | FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS ON AN |
---|
31 | "AS IS" BASIS, AND THE UNIVERSITY OF CALIFORNIA HAS NO OBLIGATION TO PROVIDE |
---|
32 | MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.] |
---|
33 | |
---|
34 | Revision [$Id: rt.h,v 1.4 2002/09/09 00:01:16 fabio Exp $] |
---|
35 | |
---|
36 | ******************************************************************************/ |
---|
37 | |
---|
38 | #ifndef _RT |
---|
39 | #define _RT |
---|
40 | |
---|
41 | /*---------------------------------------------------------------------------*/ |
---|
42 | /* Nested includes */ |
---|
43 | /*---------------------------------------------------------------------------*/ |
---|
44 | #include "ctlp.h" |
---|
45 | #include "mcInt.h" |
---|
46 | |
---|
47 | /*---------------------------------------------------------------------------*/ |
---|
48 | /* Constant declarations */ |
---|
49 | /*---------------------------------------------------------------------------*/ |
---|
50 | |
---|
51 | |
---|
52 | /*---------------------------------------------------------------------------*/ |
---|
53 | /* Structure declarations */ |
---|
54 | /*---------------------------------------------------------------------------*/ |
---|
55 | |
---|
56 | |
---|
57 | /*---------------------------------------------------------------------------*/ |
---|
58 | /* Type declarations */ |
---|
59 | /*---------------------------------------------------------------------------*/ |
---|
60 | |
---|
61 | |
---|
62 | /*---------------------------------------------------------------------------*/ |
---|
63 | /* Nested includes */ |
---|
64 | /*---------------------------------------------------------------------------*/ |
---|
65 | |
---|
66 | /**AutomaticStart*************************************************************/ |
---|
67 | |
---|
68 | /*---------------------------------------------------------------------------*/ |
---|
69 | /* Function prototypes */ |
---|
70 | /*---------------------------------------------------------------------------*/ |
---|
71 | |
---|
72 | EXTERN void Rt_Init(void); |
---|
73 | EXTERN void Rt_End(void); |
---|
74 | |
---|
75 | /**AutomaticEnd***************************************************************/ |
---|
76 | |
---|
77 | #endif /* _RT */ |
---|