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