2 * Copyright 1993, 1995 Christopher Seiwald.
4 * This file is part of Jam - see jam.c for Copyright information.
7 * newstr.h - string manipulation routines
9 * 11/04/02 (seiwald) - const-ing for string literals
15 extern const char *newstr (const char *string
);
16 extern const char *copystr (const char *s
);
17 extern void freestr (const char *s
);
18 extern void donestr (void);