#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) |
It contains all functions which are neccessary to handle
vsnprintf. (for systems which don't support vsnprintf)
| typedef int(* _pfmt_writefunc_t)(const char *buf, size_t len, void *arg1, void *arg2) |
| int my_vsnprintf | ( | char * | string, | |
| size_t | size, | |||
| const char * | format, | |||
| va_list | args | |||
| ) |
1.5.8