mirror of
https://github.com/fluencelabs/musl
synced 2025-04-25 15:22:15 +00:00
5 lines
76 B
C
5 lines
76 B
C
|
#ifndef WCHAR_MIN
|
||
|
#define WCHAR_MIN 0U
|
||
|
#define WCHAR_MAX 0xffffffffU
|
||
|
#endif
|