4 static stralloc sa = {0};
11 if (!stralloc_copys(&sa,"")) return "out of memory";
14 if (se->x) if (!stralloc_cats(&sa,se->x)) return "out of memory";
15 if (se->y) if (!stralloc_cats(&sa,se->y)) return "out of memory";
16 if (se->z) if (!stralloc_cats(&sa,se->z)) return "out of memory";
20 if (!stralloc_0(&sa)) return "out of memory";