windoze binary rebuilt with mingw-gcc-4.4
[k8jam.git] / newstr.h
blob243d84051db0c5b1f98ba637a1c4d1f1a48eeb0e
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 (void);