1
0
Garpu 0
duplikat dari git://git.musl-libc.org/musl synced 2025-01-18 23:45:02 +00:00
Grafik Komit

2 commits

Penulis SHA1 Pesan Tanggal
Szabolcs Nagy
cbf16c4abf uchar.h: define char16_t and char32_t for old c++
including uchar.h in c++ code is only well defined in c++11 onwards
where char16_t and char32_t type definitions must be hidden since they
are keywords.  however some c++ code compiled for older c++ standard
include uchar.h too and they need the typedefs, this fix makes such
code work.
2018-07-17 22:24:03 -04:00
Rich Felker
ab9672ae73 implement uchar.h (C11 UTF-16/32 conversion) interfaces 2014-10-13 20:59:42 -04:00