libc 0.2.65

Raw FFI bindings to platform libraries like libc.
Documentation
1
2
3
4
5
6
7
8
pub type c_long = i64;
pub type c_ulong = u64;
pub type c_char = i8;

#[doc(hidden)]
pub const _ALIGNBYTES: usize = 0xf;

pub const _MAX_PAGE_SHIFT: u32 = 13;