You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libcxx/include/support
Yaron Keren 15c04bedad This patch implements snprintf_l function in a way similar to the other
functions in src/support/win32/locale_win32.cpp and locale_win32.h, 
calling upon vsnprintf for which there is a MingW correct alternative.

Note! __USE_MINGW_ANSI_STDIO is not modified in this patch. In order to 
use the __mingw version it must be defined before including the MingW 
headers.




git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@195044 91177308-0d34-0410-b5e6-96231b3b80d8
12 years ago
..
ibm Xing Xue: Some minor changes for IBM XLC++/AIX. 12 years ago
solaris Define _WCHAR_T in solaris/wchar.h. This fixes a bug where Solaris 10 headers 14 years ago
win32 This patch implements snprintf_l function in a way similar to the other 12 years ago