runit

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

stralloc_eady.c (225B)


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