summaryrefslogtreecommitdiff
path: root/stralloc_pend.c
blob: 70cb55c2e8b3dfb53d99c72fca7f1d994f3300a3 (plain)
1
2
3
4
5
6
7
/* Public domain. */

#include "alloc.h"
#include "stralloc.h"
#include "gen_allocdefs.h"

GEN_ALLOC_append(stralloc,char,s,len,a,i,n,x,30,stralloc_readyplus,stralloc_append)