From 220534453eecc2c07ad710d72268aafd20b83138 Mon Sep 17 00:00:00 2001 From: joe Date: Fri, 8 May 2015 23:07:47 -0400 Subject: initial commit --- stralloc_eady.c | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 stralloc_eady.c (limited to 'stralloc_eady.c') diff --git a/stralloc_eady.c b/stralloc_eady.c new file mode 100644 index 0000000..81dbb85 --- /dev/null +++ b/stralloc_eady.c @@ -0,0 +1,8 @@ +/* Public domain. */ + +#include "alloc.h" +#include "stralloc.h" +#include "gen_allocdefs.h" + +GEN_ALLOC_ready(stralloc,char,s,len,a,i,n,x,30,stralloc_ready) +GEN_ALLOC_readyplus(stralloc,char,s,len,a,i,n,x,30,stralloc_readyplus) -- cgit v1.2.3