00001 /* 00002 * Dimensions Output Routine 00003 * by Tom Epperly 00004 * Created: 2/14/90 00005 * Version: $Revision: 1.6 $ 00006 * Version control file: $RCSfile: dimen_io.h,v $ 00007 * Date last modified: $Date: 1998/04/11 01:31:10 $ 00008 * Last modified by: $Author: ballan $ 00009 * 00010 * This file is part of the Ascend Language Interpreter. 00011 * 00012 * Copyright (C) 1990, 1993, 1994 Thomas Guthrie Epperly 00013 * 00014 * The Ascend Language Interpreter is free software; you can redistribute 00015 * it and/or modify it under the terms of the GNU General Public License as 00016 * published by the Free Software Foundation; either version 2 of the 00017 * License, or (at your option) any later version. 00018 * 00019 * The Ascend Language Interpreter is distributed in hope that it will be 00020 * useful, but WITHOUT ANY WARRANTY; without even the implied warranty of 00021 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 00022 * General Public License for more details. 00023 * 00024 * You should have received a copy of the GNU General Public License 00025 * along with the program; if not, write to the Free Software Foundation, 00026 * Inc., 675 Mass Ave, Cambridge, MA 02139 USA. Check the file named 00027 * COPYING. 00028 */ 00029 00041 #ifndef ASC_DIMEN_IO_H 00042 #define ASC_DIMEN_IO_H 00043 00044 #include "dimen.h" 00045 00054 ASC_DLLSPEC char *WriteDimensionString(CONST dim_type *p); 00055 00060 extern void WriteDimensions(FILE *f, CONST dim_type *dimp); 00061 00062 /* @} */ 00063 00064 #endif /* ASC_DIMEN_IO_H */ 00065
1.5.1