summaryrefslogtreecommitdiff
path: root/newstr.h
diff options
context:
space:
mode:
Diffstat (limited to 'newstr.h')
-rw-r--r--newstr.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/newstr.h b/newstr.h
new file mode 100644
index 0000000..84a4d7b
--- /dev/null
+++ b/newstr.h
@@ -0,0 +1,14 @@
+/*
+ * Copyright 1993, 1995 Christopher Seiwald.
+ *
+ * This file is part of Jam - see jam.c for Copyright information.
+ */
+
+/*
+ * newstr.h - string manipulation routines
+ */
+
+char * copystr ( char * );
+void freestr ( char * );
+char * newstr ( char * );
+void str_done();