libc 0.2.185

Raw FFI bindings to platform libraries like libc.
Documentation
1
2
3
4
5
6
7
8
9
pub use crate::new::pthread_::pthread_impl::*;
use crate::prelude::*;

s! {
    pub struct sched_param {
        pub sched_priority: c_int,
        __opaque: [c_char; 4],
    }
}