added Slackware build script
[k8jam.git] / newstr.h
blob87d59a85c4efba255ad21d4a501561846f01c989
1 /*
2 * Copyright 1993, 1995 Christopher Seiwald.
4 * This file is part of Jam - see jam.c for Copyright information.
5 */
7 /*
8 * newstr.h - string manipulation routines
10 * 11/04/02 (seiwald) - const-ing for string literals
13 const char *newstr( const char *string );
14 const char *copystr( const char *s );
15 void freestr( const char *s );
16 void donestr();