#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 |
Functions | |
| char * | mxml_strdupf (const char *, va_list) |
| char* mxml_strdupf | ( | const char * | , | |
| va_list | ||||
| ) |
Definition at line 62 of file mxml-string.c.
1.6.1