Define wctype_t and wctype

This commit is contained in:
Jeremy Soller
2021-07-19 09:16:56 -06:00
parent 606bfc9c50
commit 9f3aa6d4a8
5 changed files with 44 additions and 5 deletions
+1
View File
@@ -2,6 +2,7 @@
#define _BITS_WCTYPE_H
#include <stdint.h>
#define __need_wctype_t
#define __need_wint_t
#endif /* _BITS_WCTYPE_H */
+2 -1
View File
@@ -12,7 +12,8 @@ typedef __PTRDIFF_TYPE__ ptrdiff_t;
#ifndef __cplusplus
typedef int32_t wchar_t;
#endif /* #ifndef __cplusplus */
typedef int32_t wint_t;
typedef uint32_t wctype_t;
typedef uint32_t wint_t;
typedef long unsigned int size_t;