rustit/mirror_runit/runit-2.1.2/src/stralloc_pend.c
2024-03-24 23:51:57 +00:00

7 lines
175 B
C

/* 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)