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