Le 20/04/2013 22:47, Derek Buitenhuis a écrit :
> On 2013-04-20 9:05 AM, Rafaël Carré wrote:
>> http://msdn.microsoft.com/en-US/library/1kt27hek(v=vs.80).aspx
>>
>> vsnprintf is identical to _vsnprintf. vsnprintf is included for
>> compliance to the ANSI standard; vnsprintf is retained for backward
>> compatibility.
>>
>> You can still use #define __USE_MINGW_ANSI_STDIO 1 to get the posix
>> variant instead of the MS one.
> 
> Is this (prominently) documented anywhere public?

http://sourceforge.net/apps/trac/mingw-w64/wiki/gnu%20printf

> Providing a POSIX
> function name which isn't compliant could cause a lot of hidden bugs
> in people's code and/or porting efforts.

Well blame Microsoft :)

Also this applies to all *printf/scanf functions

------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to