home *** CD-ROM | disk | FTP | other *** search
/ The CDPD Public Domain Collection for CDTV 3 / CDPDIII.bin / pd / programming / gnusmalltalk / mststr.h < prev    next >
C/C++ Source or Header  |  1992-02-15  |  1KB  |  41 lines

  1. /***********************************************************************
  2.  *
  3.  * Copyright (C) 1990, 1991, 1992 Free Software Foundation, Inc.
  4.  * Written by Steve Byrne.
  5.  *
  6.  * This file is part of GNU Smalltalk.
  7.  *
  8.  * GNU Smalltalk is free software; you can redistribute it and/or modify it
  9.  * under the terms of the GNU General Public License as published by the Free
  10.  * Software Foundation; either version 1, or (at your option) any later 
  11.  * version.
  12.  * 
  13.  * GNU Smalltalk is distributed in the hope that it will be useful, but WITHOUT
  14.  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 
  15.  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
  16.  * more details.
  17.  * 
  18.  * You should have received a copy of the GNU General Public License along with
  19.  * GNU Smalltalk; see the file COPYING.  If not, write to the Free Software
  20.  * Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  
  21.  *
  22.  ***********************************************************************/
  23.  
  24. /*
  25.  *    Change Log
  26.  * ========================================================
  27.  * Author    Date       Change 
  28.  *
  29.  * sbyrne 27 Dec 88  created.
  30.  */
  31.  
  32. #ifndef __MSTSTR__
  33. #define _MSTSTR__
  34.  
  35. extern char        *curStrBuf();
  36. extern char        *copyStr();
  37. extern void        initStrBuf();
  38. extern void        addStrBufChar();
  39.  
  40. #endif /* __MSTSTR__ */
  41.