stralloc_cat.c (169B)
1 #include "byte.h" 2 #include "ta_stralloc/stralloc.h" 3 4 int stralloc_cat(stralloc *sato, stralloc *safrom) // PTYPE 5 { 6 return stralloc_catb(sato,safrom->s,safrom->len); 7 }
suitcaseUnnamed repository; edit this file 'description' to name the repository. | |
Log | Files | Refs | README |