Skip to main content

relibc/header/bits_ino-t/
mod.rs

1use crate::platform::types::c_ulonglong;
2
3/// Used for serial numbers.
4#[allow(non_camel_case_types)]
5pub type ino_t = c_ulonglong;