52 lines
775 B
C
Executable File
52 lines
775 B
C
Executable File
#ifndef CM_DEFINED
|
|
#define CM_DEFINED
|
|
|
|
/* ===========================================================================
|
|
FILE CM.h
|
|
|
|
MEMBER OF process XSPICE
|
|
|
|
Copyright 1991
|
|
Georgia Tech Research Corporation
|
|
Atlanta, Georgia 30332
|
|
All Rights Reserved
|
|
|
|
$Id$
|
|
|
|
PROJECT A-8503
|
|
|
|
AUTHORS
|
|
|
|
9/12/91 Bill Kuhn
|
|
|
|
MODIFICATIONS
|
|
|
|
<date> <person name> <nature of modifications>
|
|
|
|
SUMMARY
|
|
|
|
This file is includes all include data in the CM package.
|
|
|
|
INTERFACES
|
|
|
|
None.
|
|
|
|
REFERENCED FILES
|
|
|
|
None.
|
|
|
|
NON-STANDARD FEATURES
|
|
|
|
None.
|
|
|
|
=========================================================================== */
|
|
|
|
#include "cmtypes.h"
|
|
#include "cmconstants.h" /* K.A. wrong name */
|
|
/*#include "Cmconsta.h" */
|
|
#include "cmproto.h"
|
|
#include "mifcmdat.h"
|
|
|
|
|
|
#endif /* CM_DEFINED */
|