nightmaremail

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

stralloc_eady.c (172B)


      1 #include "stralloc.h"
      2 #include "gen_allocdefs.h"
      3 
      4 GEN_ALLOC_readyplus(stralloc,char,s,len,a,30,stralloc_readyplus)
      5 GEN_ALLOC_ready(stralloc,char,s,len,a,30,stralloc_ready)