1 pub type clock_t = ::c_ulong; 2 pub type c_char = u8; 3 pub type wchar_t = ::c_int; 4 5 pub type c_long = i32; 6 pub type c_ulong = u32; 7 8 // the newlib shipped with devkitPPC does not support the following components: 9 // - sockaddr 10 // - AF_INET6 11 // - FIONBIO 12 // - POLL* 13 // - SOL_SOCKET 14 // - MSG_* 15