config.h File Reference

#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <stdarg.h>
#include <ctype.h>
Include dependency graph for config.h:
This graph shows which files directly or indirectly include this file:

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)

Define Documentation

#define HAVE_PTHREAD_H   1

Definition at line 71 of file config.h.

#define HAVE_SNPRINTF   1

Definition at line 54 of file config.h.

#define HAVE_STRDUP   1

Definition at line 62 of file config.h.

#define HAVE_VSNPRINTF   1

Definition at line 55 of file config.h.

#define inline

Definition at line 47 of file config.h.

#define MXML_VERSION   "Mini-XML v2.5"

Definition at line 35 of file config.h.


Function Documentation

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().


Generated by  doxygen 1.6.2