pr.h 2.06 KB
Newer Older
Alan Mishchenko committed
1 2
/**CFile****************************************************************

Alan Mishchenko committed
3
  FileName    [pr.h]
Alan Mishchenko committed
4 5 6

  SystemName  [ABC: Logic synthesis and verification system.]

Alan Mishchenko committed
7
  PackageName [Proof recording.]
Alan Mishchenko committed
8 9 10 11 12 13 14

  Synopsis    [External declarations.]

  Author      [Alan Mishchenko]
  
  Affiliation [UC Berkeley]

Alan Mishchenko committed
15
  Date        [Ver. 1.0. Started - June 20, 2005.]
Alan Mishchenko committed
16

Alan Mishchenko committed
17
  Revision    [$Id: pr.h,v 1.00 2005/06/20 00:00:00 alanmi Exp $]
Alan Mishchenko committed
18 19

***********************************************************************/
Alan Mishchenko committed
20 21 22
 
#ifndef __PR_H__
#define __PR_H__
Alan Mishchenko committed
23 24 25

#ifdef __cplusplus
extern "C" {
Alan Mishchenko committed
26 27 28 29 30
#endif

#ifdef _WIN32
#define inline __inline // compatible with MS VS 6.0
#endif
Alan Mishchenko committed
31 32 33 34 35 36 37 38 39 40 41 42 43

////////////////////////////////////////////////////////////////////////
///                          INCLUDES                                ///
////////////////////////////////////////////////////////////////////////

////////////////////////////////////////////////////////////////////////
///                         PARAMETERS                               ///
////////////////////////////////////////////////////////////////////////

////////////////////////////////////////////////////////////////////////
///                         BASIC TYPES                              ///
////////////////////////////////////////////////////////////////////////

Alan Mishchenko committed
44
typedef struct Pr_Man_t_ Pr_Man_t;
Alan Mishchenko committed
45 46

////////////////////////////////////////////////////////////////////////
Alan Mishchenko committed
47
///                      MACRO DEFINITIONS                           ///
Alan Mishchenko committed
48 49 50 51 52 53
////////////////////////////////////////////////////////////////////////

////////////////////////////////////////////////////////////////////////
///                    FUNCTION DECLARATIONS                         ///
////////////////////////////////////////////////////////////////////////

Alan Mishchenko committed
54 55
/*=== pr.c ==========================================================*/
 
Alan Mishchenko committed
56 57 58 59 60 61 62 63 64 65
#ifdef __cplusplus
}
#endif

#endif

////////////////////////////////////////////////////////////////////////
///                       END OF FILE                                ///
////////////////////////////////////////////////////////////////////////