Simple example showing the sg_str
feature.
#include <stdio.h>
#include <stdlib.h>
int main(void) {
return EXIT_SUCCESS;
}
int const char * sg_str_content(struct sg_str *str)
struct sg_str * sg_str_new(void) __attribute__((malloc))
void sg_str_free(struct sg_str *str)
int sg_str_printf(struct sg_str *str, const char *fmt,...) __attribute__((format(printf