#include <mxml.h>
#include <string.h>
Functions | |
MXML_SGS * | mxml_sgs_new () |
void | mxml_sgs_destroy (MXML_SGS *sgs) |
MXML_STATUS | mxml_sgs_append_char (MXML_SGS *sgs, char c) |
MXML_STATUS | mxml_sgs_append_string_len (MXML_SGS *sgs, char *s, int slen) |
MXML_STATUS | mxml_sgs_append_string (MXML_SGS *sgs, char *s) |
|
|
|
|
|
|
|
|
|
Creates a new self growing string, with buffer set to minimal buffer length |