11 are taken from the vasnprintf module of the GNUlib package, which can
14 http://www.gnu.org/software/gnulib/
16 All files have been modified to include g-gnulib.h.
18 vasnprintf.c has also been modified to include support for long long
19 printing if the system printf doesn't. This code is protected by
20 #ifndef HAVE_LONG_LONG_FORMAT.
22 Code has been added to printf-args.[ch], printf-parse.c and vasnprintf.c
23 to support printing of __int64 values with the I64 format modifier. This
24 is protected by #ifdef HAVE_INT64_AND_I64.
32 have been written by me. printf.[hc] contain implementations of the
33 remaining functions in the printf family based on vasnprintf.
34 g-gnulib.h is included by all source files in order to move all
35 exported functions to the _g_gnulib namespace, replace malloc by
36 g_malloc and make sure that snprintf is only used if it implements
37 C99 return value semantics.