suitcase

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

stralloc_eady.c (279B)


      1 #include "ta_stralloc/stralloc.h"
      2 // needs lib version
      3 #ifndef HEADER
      4 #include "typealloc/typealloclib.h"
      5 #else
      6 #include "typealloc/typeallocdefs.h"
      7 #endif
      8 
      9 TypeAlloc_readyplus(stralloc,char,s,len,a,30,stralloc_readyplus)
     10 TypeAlloc_ready(stralloc,char,s,len,a,30,stralloc_ready)