suitcase

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

stralloc_pend.c (214B)


      1 #include "ta_stralloc/stralloc.h"
      2 #ifndef HEADER
      3 #include "typealloc/typealloclib.h"
      4 #else
      5 #include "typealloc/typeallocdefs.h"
      6 #endif
      7 
      8 GEN_ALLOC_append(stralloc,char,s,len,a,30,stralloc_readyplus,stralloc_append)