00001 /* ASCEND modelling environment 00002 Copyright (C) 2006 Carnegie Mellon University 00003 Copyright (C) 1990, 1993, 1994 Thomas Guthrie Epperly 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 *//* 00031 by Tom Epperly 00032 Last in CVS: $Revision: 1.6 $ $Date: 1998/02/05 16:35:57 $ $Author: ballan $ 00033 */ 00034 00035 #ifndef ASC_EXPRIO_H 00036 #define ASC_EXPRIO_H 00037 00042 extern CONST char *ExprEnumName(CONST enum Expr_enum t); 00049 extern void WriteExprNode(FILE *f, CONST struct Expr *e); 00054 extern void WriteExpr(FILE *f, CONST struct Expr *e); 00060 extern void WriteExprNode2Str(Asc_DString *dstring, CONST struct Expr *e); 00066 extern void WriteExpr2Str(Asc_DString *dstring, CONST struct Expr *e); 00073 /* @} */ 00074 00075 #endif /* ASC_EXPRIO_H */ 00076
1.5.1