Merge remote-tracking branch 'origin/master'
[mmh] / sbr / concat.c
index 4c3fcff..4a57656 100644 (file)
@@ -9,6 +9,18 @@
 
 #include <h/mh.h>
 #include <h/utils.h>
+#include <stdarg.h>
+
+
+static char *
+copy(char *from, char *to)
+{
+        while ((*to = *from)) {
+                to++;
+                from++;
+        }
+        return (to);
+}
 
 
 char *