Sha256: 0202ffd57caf75b6afa2c9717750ffb96e375ac33df0ae9609a3f831be393b67
Contents?: true
Size: 345 Bytes
Versions: 15
Compression:
Stored size: 345 Bytes
Contents
pub type clock_t = ::c_ulong; pub type c_char = u8; pub type wchar_t = ::c_int; pub type c_long = i32; pub type c_ulong = u32; pub use crate::unix::newlib::generic::{sigset_t, stat}; // the newlib shipped with devkitPPC does not support the following components: // - sockaddr // - AF_INET6 // - FIONBIO // - POLL* // - SOL_SOCKET // - MSG_*
Version data entries
15 entries across 15 versions & 1 rubygems