String-management system
authorSebastian Hammer <quinn@indexdata.com>
Thu, 20 Oct 1994 13:46:36 +0000 (13:46 +0000)
committerSebastian Hammer <quinn@indexdata.com>
Thu, 20 Oct 1994 13:46:36 +0000 (13:46 +0000)
include/str.h [new file with mode: 0644]

diff --git a/include/str.h b/include/str.h
new file mode 100644 (file)
index 0000000..01a3fbd
--- /dev/null
@@ -0,0 +1,15 @@
+/*
+ * Copyright (C) 1994, Index Data I/S 
+ * All rights reserved.
+ * Sebastian Hammer, Adam Dickmeiss
+ *
+ * $Log: str.h,v $
+ * Revision 1.1  1994-10-20 13:46:36  quinn
+ * String-management system
+ *
+ */
+
+#ifndef STR_H
+#define STR_H
+
+#endif