Sha256: cc9e188711b9bf614323ad6c48e0d2e1a1ecc5d3bc64961ba451f29c6c22d2d8
Contents?: true
Size: 353 Bytes
Versions: 21
Compression:
Stored size: 353 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::{dirent, 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
21 entries across 21 versions & 1 rubygems