|
Process Hacker
|
#include <stdio.h>#include <stdlib.h>#include <string.h>#include <stdarg.h>#include <ctype.h>Go to the source code of this file.
Macros | |
| #define | MXML_VERSION "" |
| #define | inline |
| #define | HAVE_LONG_LONG |
| #define | HAVE_SNPRINTF |
| #define | HAVE_VSNPRINTF |
| #define | HAVE_STRDUP |
Functions | |
| char * | _mxml_vstrdupf (const char *format, va_list ap) |
| char * | _mxml_strdupf (const char *format,...) |
| char* _mxml_strdupf | ( | const char * | format, |
| ... | |||
| ) |
Definition at line 39 of file mxml-string.c.
| char* _mxml_vstrdupf | ( | const char * | format, |
| va_list | ap | ||
| ) |
Definition at line 63 of file mxml-string.c.