sbuf_append
sbuf_append(sbuf, text, strlen(text));
sbuf_append(whatis_final, "(", 1);
sbuf_append(whatis_final, "), ", 3);
sbuf_append(whatis_proto, " ", 1);
sbuf_append(whatis_proto, " ", 1);
sbuf_append(whatis_proto, "(", 1);
sbuf_append(whatis_proto, ")", 1);
sbuf_append(whatis_proto, " ", 1);
sbuf_append(whatis_proto, " ", 1);
sbuf_append(whatis_proto, "- ", 2);
sbuf_append(whatis_final, " ", 1);
sbuf_append(whatis_final, " - ", 3);