libc 1.0.0-alpha.4

Raw FFI bindings to platform libraries like libc.
Documentation
1
2
3
4
5
6
7
8
9
10
//! Definitions specific to QNX on x86
//!
//! This module applies to:
//!
//! * `i686-pc-nto-qnx700`

use crate::prelude::*;

pub type wchar_t = u32;
pub type time_t = i64;