newstr.h

Go to the documentation of this file.
00001 /*
00002  * Copyright 1993, 1995 Christopher Seiwald.
00003  *
00004  * This file is part of Jam - see jam.c for Copyright information.
00005  */
00006 
00007 /*
00008  * newstr.h - string manipulation routines
00009  *
00010  * Changes:
00011  *
00012  * 11/04/02 (seiwald) - const-ing for string literals
00013  */
00014 
00015 const char *newstr( const char *string );
00016 const char *copystr( const char *s );
00017 void freestr( const char *s );
00018 void donestr();

Generated on Thu Aug 17 15:54:32 2006 for MaJam by  doxygen 1.4.7