src/modules/vsnprintf.c File Reference

This is the library file for using vsnprintf. More...

#include <stdarg.h>
#include <string.h>
#include <ctype.h>

Typedefs

typedef int(* _pfmt_writefunc_t )(const char *buf, size_t len, void *arg1, void *arg2)

Functions

int my_vsnprintf (char *string, size_t size, const char *format, va_list args)


Detailed Description

This is the library file for using vsnprintf.

It contains all functions which are neccessary to handle
vsnprintf. (for systems which don't support vsnprintf)


Typedef Documentation

typedef int(* _pfmt_writefunc_t)(const char *buf, size_t len, void *arg1, void *arg2)


Function Documentation

int my_vsnprintf ( char *  string,
size_t  size,
const char *  format,
va_list  args 
)


Generated on Mon Jan 12 21:12:08 2009 for BlueTemp by  doxygen 1.5.8