diff options
Diffstat (limited to 'libc/src/cloudabi/x86.rs')
-rw-r--r-- | libc/src/cloudabi/x86.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libc/src/cloudabi/x86.rs b/libc/src/cloudabi/x86.rs new file mode 100644 index 0000000..2f9f39c --- /dev/null +++ b/libc/src/cloudabi/x86.rs @@ -0,0 +1,4 @@ +pub type c_char = i8; +pub type c_long = i32; +pub type c_ulong = u32; +pub type wchar_t = i32; |