From 9cc46dc719566d4665f2e584cbd0b3b250d4b7d9 Mon Sep 17 00:00:00 2001 From: Gerrit Pape Date: Sat, 18 May 2002 17:30:16 +0000 Subject: * src/: include public domain sources to build byte.a, unix.a, time.a: runit builds without having daemontools' sources installed. 0.3.3. --- src/stralloc_cat.c | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/stralloc_cat.c (limited to 'src/stralloc_cat.c') diff --git a/src/stralloc_cat.c b/src/stralloc_cat.c new file mode 100644 index 0000000..2c6ad58 --- /dev/null +++ b/src/stralloc_cat.c @@ -0,0 +1,9 @@ +/* Public domain. */ + +#include "byte.h" +#include "stralloc.h" + +int stralloc_cat(stralloc *sato,const stralloc *safrom) +{ + return stralloc_catb(sato,safrom->s,safrom->len); +} -- cgit 1.4.1