mirror of
https://git.musl-libc.org/git/musl
synced 2025-01-09 00:02:17 +03:00
define __STDC_UTF_{16,32}__ macros
these macros are used to indicate that the implementation uses, respectively, utf-16 and utf-32 encoding for char16_t and char32_t.
This commit is contained in:
parent
aad50fcd79
commit
9a40e842df
@ -7,4 +7,7 @@
|
|||||||
#define __STDC_IEC_559__ 1
|
#define __STDC_IEC_559__ 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#define __STDC_UTF_16__ 1
|
||||||
|
#define __STDC_UTF_32__ 1
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user