abc-master
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
test.c
Go to the documentation of this file.
1 /**CFile****************************************************************
2 
3  FileName [test.c]
4 
5  SystemName [ABC: Logic synthesis and verification system.]
6 
7  PackageName [Template package.]
8 
9  Synopsis []
10 
11  Author []
12 
13  Affiliation []
14 
15  Date [Ver. 1.0. Started - June 20, 2005.]
16 
17  Revision [$Id: test.c,v 1.00 2005/06/20 00:00:00 alanmi Exp $]
18 
19 ***********************************************************************/
20 
21 #include "base/main/main.h"
22 
24 
25 
26 ////////////////////////////////////////////////////////////////////////
27 /// DECLARATIONS ///
28 ////////////////////////////////////////////////////////////////////////
29 
30 ////////////////////////////////////////////////////////////////////////
31 /// FUNCTION DEFINITIONS ///
32 ////////////////////////////////////////////////////////////////////////
33 
34 /**Function*************************************************************
35 
36  Synopsis []
37 
38  Description []
39 
40  SideEffects []
41 
42  SeeAlso []
43 
44 ***********************************************************************/
45 void Test_Init( Abc_Frame_t * pAbc )
46 {
47 }
48 
49 /**Function*************************************************************
50 
51  Synopsis []
52 
53  Description []
54 
55  SideEffects []
56 
57  SeeAlso []
58 
59 ***********************************************************************/
60 void Test_End( Abc_Frame_t * pAbc )
61 {
62 }
63 
64 ////////////////////////////////////////////////////////////////////////
65 /// END OF FILE ///
66 ////////////////////////////////////////////////////////////////////////
67 
68 
70 
void Test_End(Abc_Frame_t *pAbc)
Definition: test.c:60
typedefABC_NAMESPACE_HEADER_START struct Abc_Frame_t_ Abc_Frame_t
INCLUDES ///.
#define ABC_NAMESPACE_IMPL_END
Definition: abc_global.h:108
ABC_NAMESPACE_IMPL_START void Test_Init(Abc_Frame_t *pAbc)
DECLARATIONS ///.
Definition: test.c:45
#define ABC_NAMESPACE_IMPL_START
Definition: abc_global.h:107