#include <stdio.h>#include <stdarg.h>#include <string.h>Defines | |
| #define | G_VA_COPY(ap1, ap2) ((ap1) = (ap2)) |
Functions | |
| int | my_g_printf_string_upper_bound (const char *format, va_list args) |
| int | vsnprintf (char *buf, size_t size, const char *fmt, va_list args) |
|
|
|
|
||||||||||||
|
|
|
||||||||||||||||||||
|
|
1.3-rc3