#include "config.h"
Go to the source code of this file.
Functions | |
char * | _mxml_strdupf (const char *format,...) |
char * | _mxml_vstrdupf (const char *format, va_list ap) |
char* _mxml_strdupf | ( | const char * | format, | |
... | ||||
) |
Definition at line 85 of file mxml-string.c.
References _mxml_vstrdupf().
Referenced by mxmlNewCDATA(), mxmlSetCDATA(), and mxmlSetTextf().
char* _mxml_vstrdupf | ( | const char * | format, | |
va_list | ap | |||
) |
Definition at line 415 of file mxml-string.c.
Referenced by _mxml_strdupf(), mxmlElementSetAttrf(), and mxmlNewTextf().