mprintf: Added support for I, I32 and I64 size specifiers
authorSteve Holme <steve_holme@hotmail.com>
Sun, 29 Dec 2013 14:45:28 +0000 (14:45 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Mon, 30 Dec 2013 10:07:14 +0000 (10:07 +0000)
commit0aafd77fa4c6f225b656bf76c97015aee6644cac
tree9362a54058a395088c26a90c956bbe79e14559ff
parent9f96f8a5c5da72f02c08da39683e3f3c922f9cec
mprintf: Added support for I, I32 and I64 size specifiers

Added support to the built-in printf() replacement functions, for these
non-ANSI extensions when compiling under Visual Studio, Borland, Watcom
and MinGW.

This fixes problems when generating libcurl source code that contains
curl_off_t variables.
lib/mprintf.c