Rich Felker c7af271000 eliminate bits/wchar.h
the preprocessor can reliably determine the signedness of wchar_t.
L'\0' is used for 0 in the expressions so that, if the underlying type
of wchar_t is long rather than int, the promoted type of the
expression will match the type of wchar_t.
2013-04-04 19:57:23 -04:00
..
2013-04-02 04:58:14 +02:00
2012-08-07 19:59:28 -04:00
2012-11-23 17:23:38 -05:00