summaryrefslogtreecommitdiff
path: root/strappend.h
diff options
context:
space:
mode:
authorbehdad <behdad>2004-05-03 05:17:48 +0000
committerbehdad <behdad>2004-05-03 05:17:48 +0000
commit577ed4095383ef5284225d45709e6b5f0598a064 (patch)
tree6c7d0ce55124a688b4d7050e684d9d7a1e3aa71d /strappend.h
downloadc2man-master.tar.gz
Initial revisionHEADoriginmaster
Diffstat (limited to 'strappend.h')
-rw-r--r--strappend.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/strappend.h b/strappend.h
new file mode 100644
index 0000000..585df68
--- /dev/null
+++ b/strappend.h
@@ -0,0 +1,6 @@
+/* $Id: strappend.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 *strappend _V((char *first, ...));