/* * Copyright 1993, 1995 Christopher Seiwald. * * This file is part of Jam - see jam.c for Copyright information. */ /* * newstr.h - string manipulation routines */ char *newstr(); char *copystr(); void freestr(); void donestr();
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 77 | mark_baushke | A branch for mark_baushke. | ||
//guest/perforce_software/jam/src/newstr.h | |||||
#1 | 2 | laura | Add Jam/MR 2.2 source |