summaryrefslogtreecommitdiff
path: root/strconcat.h
diff options
context:
space:
mode:
Diffstat (limited to 'strconcat.h')
-rw-r--r--strconcat.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/strconcat.h b/strconcat.h
new file mode 100644
index 0000000..021d451
--- /dev/null
+++ b/strconcat.h
@@ -0,0 +1,6 @@
+/* $Id: strconcat.h,v 1.1 2004-05-03 05:17:48 behdad Exp $
+ * concatenate a list of strings, storing them in a malloc'ed region
+ */
+#include "config.h"
+
+char *strconcat _V((const char *first, ...));