Skip to main content

relibc/header/bits_clock-t/
mod.rs

1use crate::platform::types::c_long;
2
3/// Used for system times in clock ticks or `CLOCKS_PER_SEC`.
4#[allow(non_camel_case_types)]
5pub type clock_t = c_long;