#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <stdarg.h>
#include <ctype.h>
Go to the source code of this file.
Defines | |
#define | MXML_VERSION "Mini-XML v2.5" |
#define | inline |
#define | HAVE_SNPRINTF 1 |
#define | HAVE_VSNPRINTF 1 |
#define | HAVE_STRDUP 1 |
#define | HAVE_PTHREAD_H 1 |
Functions | |
char * | _mxml_strdupf (const char *,...) |
char * | _mxml_vstrdupf (const char *, va_list) |
char* _mxml_strdupf | ( | const char * | , | |
... | ||||
) |
Definition at line 85 of file mxml-string.c.
References _mxml_vstrdupf().
Referenced by mxmlNewCDATA(), mxmlSetCDATA(), and mxmlSetTextf().
char* _mxml_vstrdupf | ( | const char * | , | |
va_list | ||||
) |
Definition at line 415 of file mxml-string.c.
Referenced by _mxml_strdupf(), mxmlElementSetAttrf(), and mxmlNewTextf().