Add more wchar definitions

This commit is contained in:
Jeremy Soller
2018-12-13 08:11:49 -07:00
parent 1c1da7dfcb
commit f7b3abc1b6
2 changed files with 76 additions and 22 deletions
+3 -1
View File
@@ -2,7 +2,9 @@
#define _BITS_WCHAR_H
#include <stdint.h>
#define WEOF (0xFFFFFFFFu)
#define WEOF (0xffffffffu)
#define WCHAR_MIN (0)
#define WCHAR_MAX (0x7fffffff)
typedef int32_t wchar_t;
typedef uint32_t wint_t;