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