Define wctype_t and wctype
This commit is contained in:
@@ -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
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user