/* $Id: cim.c,v 1.18 1997/01/26 14:30:21 cim Exp $ */ /* Copyright (C) 1987-1997 Sverre Hvammen Johansen, * Department of Informatics, University of Oslo. * * This program 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; version 2. * * This program is distributed in the 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, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ extern void initNewstr(); extern void newstrGrown(); extern void newstrGrow1(); extern void newstrGrow2(); extern char *newstrFinish(); extern char * newstrcat1(); extern char * newstrcat2(); extern char * newstrcat3(); extern char * newstrcat4(); extern char * newstrcat5(); extern char * newstrcat6();