nightmaremail

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

stralloc_pend.c (128B)


      1 #include "stralloc.h"
      2 #include "gen_allocdefs.h"
      3 
      4 GEN_ALLOC_append(stralloc,char,s,len,a,30,stralloc_readyplus,stralloc_append)