Create crate and stubs for wctype

Create the wctype crate and stub functions with the unimplemented macro.
This commit is contained in:
Dan Robertson
2018-03-08 16:02:56 +00:00
parent 013dff2aaf
commit a6a16cf233
8 changed files with 122 additions and 0 deletions
+1
View File
@@ -44,6 +44,7 @@ pub type c_ulong = u64;
pub type wchar_t = i16;
pub type wint_t = i32;
pub type wctype_t = i64;
pub type off_t = c_long;
pub type mode_t = u16;