#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.2.2" |
#define | HAVE_VSNPRINTF 1 |
#define | HAVE_STRDUP 1 |
Functions | |
char * | mxml_strdupf (const char *, va_list) |
#define MXML_VERSION "Mini-XML v2.2.2" |
Definition at line 35 of file config.h.
Referenced by write_documentation().
char* mxml_strdupf | ( | const char * | , | |
va_list | ||||
) |
Definition at line 66 of file mxml-string.c.
Referenced by mxml_error(), mxmlNewTextf(), and mxmlSetTextf().