/* * Set Instance Output Routine * by Tom Epperly * Created: 2/15/90 * Version: $Revision: 1.7 $ * Version control file: $RCSfile: setinst_io.c,v $ * Date last modified: $Date: 1997/10/28 19:20:43 $ * Last modified by: $Author: mthomas $ * * This file is part of the Ascend Language Interpreter. * * Copyright (C) 1990, 1993, 1994 Thomas Guthrie Epperly * * The Ascend Language Interpreter is free software; you can redistribute * it and/or modify it under the terms of the GNU General Public License as * published by the Free Software Foundation; either version 2 of the * License, or (at your option) any later version. * * The Ascend Language Interpreter is distributed in hope that it will be * useful, but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ #include #include #include "setinstval.h" #include "setinst_io.h" void WriteInstSet(FILE *f, CONST struct set_t *s) { unsigned long c,len; switch(SetKind(s)){ case empty_set: FPRINTF(f,"[]"); break; case integer_set: PUTC('[',f); len = Cardinality(s); for(c=1;c<=len;c++) FPRINTF(f,(c