Rev | Line | |
---|
[14] | 1 | /**CHeaderFile***************************************************************** |
---|
| 2 | |
---|
| 3 | FileName [maigInt.h] |
---|
| 4 | |
---|
| 5 | PackageName [maig] |
---|
| 6 | |
---|
| 7 | Synopsis [] |
---|
| 8 | |
---|
| 9 | Description [Internal data structures of Multi-vlaued AND/INVERTER package] |
---|
| 10 | |
---|
| 11 | SeeAlso [] |
---|
| 12 | |
---|
| 13 | Author [Mohammad Awedh] |
---|
| 14 | |
---|
| 15 | Copyright [This file was created at the University of Colorado at |
---|
| 16 | Boulder. The University of Colorado at Boulder makes no warranty |
---|
| 17 | about the suitability of this software for any purpose. It is |
---|
| 18 | presented on an AS IS basis.] |
---|
| 19 | |
---|
| 20 | Revision [$Id: maigInt.h,v 1.4 2005/04/27 00:31:03 jinh Exp $] |
---|
| 21 | |
---|
| 22 | |
---|
| 23 | ******************************************************************************/ |
---|
| 24 | |
---|
| 25 | #ifndef _MAIGINT |
---|
| 26 | #define _MAIGINT |
---|
| 27 | |
---|
| 28 | #include "maig.h" |
---|
| 29 | #include "baigInt.h" |
---|
| 30 | #include "array.h" |
---|
| 31 | |
---|
| 32 | |
---|
| 33 | /*---------------------------------------------------------------------------*/ |
---|
| 34 | /* Constant declarations */ |
---|
| 35 | /*---------------------------------------------------------------------------*/ |
---|
| 36 | |
---|
| 37 | /*---------------------------------------------------------------------------*/ |
---|
| 38 | /* Type declarations */ |
---|
| 39 | /*---------------------------------------------------------------------------*/ |
---|
| 40 | |
---|
| 41 | |
---|
| 42 | /*---------------------------------------------------------------------------*/ |
---|
| 43 | /* Type declarations */ |
---|
| 44 | /*---------------------------------------------------------------------------*/ |
---|
| 45 | |
---|
| 46 | |
---|
| 47 | /**AutomaticStart*************************************************************/ |
---|
| 48 | |
---|
| 49 | /*---------------------------------------------------------------------------*/ |
---|
| 50 | /* Function prototypes */ |
---|
| 51 | /*---------------------------------------------------------------------------*/ |
---|
| 52 | |
---|
| 53 | |
---|
| 54 | |
---|
| 55 | /**AutomaticEnd***************************************************************/ |
---|
| 56 | |
---|
| 57 | #endif /* _MIGINT */ |
---|
| 58 | |
---|
| 59 | |
---|
| 60 | |
---|
| 61 | |
---|
| 62 | |
---|
Note: See
TracBrowser
for help on using the repository browser.