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