00001 /* ASCEND modelling environment 00002 Copyright (C) 1998 Carnegie Mellon University 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 *//* 00022 by Ben Allan 00023 Last in CVS: $Revision: 1.3 $, $Date: 1998/06/11 17:36:23 $, $Author: ballan $ 00024 */ 00025 00026 #ifndef ASC_CHILDIO_H 00027 #define ASC_CHILDIO_H 00028 00033 #include <utilities/ascConfig.h> 00034 #include "child.h" 00035 00036 /* 00037 * WriteChildList(fp,cl) 00038 */ 00044 extern void WriteChildList(FILE *fp, ChildListPtr cl); 00045 00055 ASC_DLLSPEC char *WriteChildDetails(ChildListPtr cl, unsigned long n); 00056 00074 ASC_DLLSPEC CONST char *WriteChildMetaDetails(void); 00075 00080 ASC_DLLSPEC void WriteChildMissing(FILE *fp, char *scope, symchar *childname); 00081 00082 /* @} */ 00083 00084 #endif /* ASC_CHILDIO_H */ 00085
1.5.1