#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.0" |
#define | HAVE_STRDUP 1 |
#define | vsnprintf mxml_vsnprintf |
Functions | |
char * | mxml_strdupf (const char *, va_list) |
int | mxml_vsnprintf (char *, size_t, const char *, va_list) |
char* mxml_strdupf | ( | const char * | , | |
va_list | ||||
) |
int mxml_vsnprintf | ( | char * | , | |
size_t | , | |||
const char * | , | |||
va_list | ||||
) |