Files
RedBear-OS/src/header/bits_clock-t/mod.rs
T
2026-06-10 11:16:22 +01:00

6 lines
157 B
Rust

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;