runit

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

stralloc_pend.c (175B)


      1 /* Public domain. */
      2 
      3 #include "alloc.h"
      4 #include "stralloc.h"
      5 #include "gen_allocdefs.h"
      6 
      7 GEN_ALLOC_append(stralloc,char,s,len,a,i,n,x,30,stralloc_readyplus,stralloc_append)