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 -1
View File
@@ -45,8 +45,8 @@ pub type c_long = i64;
pub type c_ulong = u64;
pub type wchar_t = i32;
pub type wctype_t = u32;
pub type wint_t = u32;
pub type wctype_t = i64;
pub type regoff_t = size_t;
pub type off_t = c_long;