00001 /* ASCEND modelling environment 00002 Copyright (C) 1990, 1993, 1994 Thomas Guthrie Epperly 00003 Copyright (C) 2006 Carnegie Mellon University 00004 00005 This program is free software; you can redistribute it and/or modify 00006 it under the terms of the GNU General Public License as published by 00007 the Free Software Foundation; either version 2, or (at your option) 00008 any later version. 00009 00010 This program is distributed in the hope that it will be useful, 00011 but WITHOUT ANY WARRANTY; without even the implied warranty of 00012 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00013 GNU General Public License for more details. 00014 00015 You should have received a copy of the GNU General Public License 00016 along with this program; if not, write to the Free Software 00017 Foundation, Inc., 59 Temple Place - Suite 330, 00018 Boston, MA 02111-1307, USA. 00019 *//* 00029 by Tom Epperly 00030 Created: 5/4/1990 00031 Version: $Revision: 1.8 $ 00032 Version control file: $RCSfile: check.h,v $ 00033 Date last modified: $Date: 1997/07/18 12:28:19 $ 00034 Last modified by: $Author: mthomas $ 00035 */ 00036 00037 #ifndef ASC_CHECK_H 00038 #define ASC_CHECK_H 00039 00044 #include <utilities/ascConfig.h> 00045 00046 #define CheckInstance(a,b) CheckInstanceLevel((a),(b),5) 00047 ASC_DLLSPEC void CheckInstanceLevel(FILE *f, CONST struct Instance *i, int pass); 00061 extern void CheckInstanceStructure(FILE *f, CONST struct Instance *i); 00068 extern void InstanceTokenStatistics(FILE *f, CONST struct Instance *i); 00074 ASC_DLLSPEC void InstanceStatistics(FILE *f, CONST struct Instance *i); 00079 /* @} */ 00080 00081 #endif /* ASC_CHECK_H */ 00082
1.5.1