newstr.h #1

  • //
  • guest/
  • laura_wingerd/
  • jam/
  • src/
  • newstr.h
  • View
  • Commits
  • Open Download .zip Download (240 B)
/*
 * 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 58 Laura Wingerd Branching jam @jam2.2.4
//guest/perforce_software/jam/src/newstr.h
#1 2 laura Add Jam/MR 2.2 source