/home/dko/Projects/mobilec/src/mxml-2.2.2/winconfig.h File Reference

#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
#define strdup   mxml_strdup
#define vsnprintf   mxml_vsnprintf

Functions

char * mxml_strdup (const char *)
char * mxml_strdupf (const char *, va_list)
int mxml_vsnprintf (char *, size_t, const char *, va_list)

Define Documentation

#define HAVE_STRDUP   1

Definition at line 49 of file winconfig.h.

#define HAVE_VSNPRINTF   1

Definition at line 42 of file winconfig.h.

#define MXML_VERSION   "Mini-XML v2.2.2"

Definition at line 35 of file winconfig.h.

#define strdup   mxml_strdup
#define vsnprintf   mxml_vsnprintf

Definition at line 65 of file winconfig.h.

Referenced by debug_fmt().


Function Documentation

char* mxml_strdup ( const char *   ) 

Definition at line 45 of file mxml-string.c.

char* mxml_strdupf ( const char *  ,
va_list   
)

Definition at line 66 of file mxml-string.c.

References mxml_vsnprintf(), and strdup.

int mxml_vsnprintf ( char *  ,
size_t  ,
const char *  ,
va_list   
)

Definition at line 111 of file mxml-string.c.

References size.

Referenced by mxml_strdupf().

Generated on Tue Dec 28 15:15:28 2010 for Mobile-C by  doxygen 1.6.3