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;